{
  "info": {
    "name": "Upload-Post — mcp.ai",
    "description": "REST API for the Upload-Post MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/upload_post",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "upload_post_cancel_scheduled_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/scheduled/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "scheduled",
            "post"
          ]
        },
        "description": "Permanently cancel a scheduled post before publication and delete its staged assets.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_create_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "profile"
          ]
        },
        "description": "Create an Upload-Post profile for a unique caller-owned username; this does not connect any social platform.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_enqueue_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enqueue/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enqueue",
            "post"
          ]
        },
        "description": "Insert one video, photo carousel, or text post into a profile's external publication queue.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"video\": \"\",\n  \"photos\": \"\",\n  \"platforms\": \"\",\n  \"subreddit\": \"\",\n  \"description\": \"\",\n  \"content_type\": \"\",\n  \"first_comment\": \"\",\n  \"idempotency_key\": \"\",\n  \"facebook_page_id\": \"\",\n  \"linkedin_page_id\": \"\",\n  \"profile_username\": \"\",\n  \"max_posts_per_slot\": 0,\n  \"pinterest_board_id\": \"\",\n  \"google_business_location_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_get_upload_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/upload/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "upload",
            "status"
          ]
        },
        "description": "Get the processing status and per-platform results for an asynchronous or scheduled upload.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_id\": \"\",\n  \"request_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_list_cached_post_analytics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/cached/post/analytics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "cached",
            "post",
            "analytics"
          ]
        },
        "description": "Return one page of cached per-post analytics for a profile without consuming the live platform-analytics request limit.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"since\": \"\",\n  \"until\": \"\",\n  \"platform\": \"\",\n  \"next_cursor\": \"\",\n  \"profile_username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_list_platform_destinations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/platform/destinations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "platform",
            "destinations"
          ]
        },
        "description": "List selectable Facebook Pages, LinkedIn organizations, Pinterest boards, or Google Business locations for an already connected profile.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"platform\": \"\",\n  \"profile_username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_list_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "profiles"
          ]
        },
        "description": "List Upload-Post profiles and their connected social accounts. Use this before publishing to verify the profile exists and inspect platform connection or reauthentication prerequisites.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_list_scheduled_posts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/scheduled/posts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "scheduled",
            "posts"
          ]
        },
        "description": "Return one page of pending scheduled posts and the job IDs needed to edit or cancel them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_list_upload_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/upload/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "upload",
            "history"
          ]
        },
        "description": "Return one page of past and in-progress Upload-Post uploads, including platform post IDs, URLs, request IDs, and failures.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_publish_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/publish/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "publish",
            "post"
          ]
        },
        "description": "Immediately publish one video, photo carousel, or text post to external connected platforms.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"video\": \"\",\n  \"photos\": \"\",\n  \"platforms\": \"\",\n  \"subreddit\": \"\",\n  \"description\": \"\",\n  \"async_upload\": false,\n  \"content_type\": \"\",\n  \"first_comment\": \"\",\n  \"idempotency_key\": \"\",\n  \"facebook_page_id\": \"\",\n  \"linkedin_page_id\": \"\",\n  \"profile_username\": \"\",\n  \"pinterest_board_id\": \"\",\n  \"google_business_location_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_schedule_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/schedule/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "schedule",
            "post"
          ]
        },
        "description": "Schedule one video, photo carousel, or text post for future external publication to connected platforms.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"video\": \"\",\n  \"photos\": \"\",\n  \"timezone\": \"\",\n  \"platforms\": \"\",\n  \"subreddit\": \"\",\n  \"description\": \"\",\n  \"content_type\": \"\",\n  \"first_comment\": \"\",\n  \"scheduled_date\": \"\",\n  \"idempotency_key\": \"\",\n  \"facebook_page_id\": \"\",\n  \"linkedin_page_id\": \"\",\n  \"profile_username\": \"\",\n  \"pinterest_board_id\": \"\",\n  \"google_business_location_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "upload_post_update_scheduled_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/scheduled/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "scheduled",
            "post"
          ]
        },
        "description": "Change the future publication time, title, or caption of an existing scheduled post.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"job_id\": \"\",\n  \"caption\": \"\",\n  \"timezone\": \"\",\n  \"scheduled_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}