cURL
curl --request POST \ --url https://api.woopsocial.com/v1/media/upload-sessions/{uploadSessionId}/complete \ --header 'Authorization: Bearer <token>'
{ "uploadSessionId": "<string>", "status": "INITIATED" }
Call this to finalize the upload started by calling /media/upload-sessions.
/media/upload-sessions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Media upload session identifier.
Upload completion accepted.
INITIATED
Was this page helpful?