Skip to main content

status_upload

Check the processing status of an uploaded file. Once the status is completed, the file is ready to be used in a publication.

Parameters

  • id (integer, required): Upload ID received during initialization.

Example Request

curl -X POST https://mcp.postmypost.io/v1/tools/call \
-H "Authorization: Bearer <your-api-token>" \
-H "Content-Type: application/json" \
-d '{
"name": "status_upload",
"arguments": {
"id": 98765
}
}'