Перейти к основному содержанию

complete_upload

Confirm that the direct file upload is complete and ready for processing. This tool is used after initializing a direct upload and sending the file to the upload_url.

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": "complete_upload",
"arguments": {
"id": 98765
}
}'