Skip to main content
POST
Notify signed upload complete

Usage Example

Call this after uploading bytes to the upload_url returned by upload_media with input.type: "signed_url".

Authorizations

X-API-Key
string
header
required

API key for authentication. Obtain from your team admin.

Example: X-API-Key: vsk_abc123def456ghi789jkl012mno345pqr678stu901vwx234yz

Body

application/json
media_id
string<uuid>
required

Media ID returned by upload_media

gcs_path
string
required

Storage path returned by upload_media

Response

Upload verification accepted

status
string

Always accepted when the verification request was queued successfully.

Example:

"accepted"

media_id
string<uuid>

Media being verified