Complete media upload
complete_media_uploadValidate a media upload after the file bytes are uploaded, returning a temporary URL for immediate publishing to social networks.
Instructions
Internal/app staging helper. Validate a media upload only after the browser/client has successfully PUT the actual file bytes to upload_url. Do NOT call this immediately after create_media_upload from the model; without the intervening PUT, completion will fail or produce no publishable media. Returns a temporary media_url that can be passed to upload_video/upload_photos immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uploadId | Yes | upload_id returned by create_media_upload. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |