cURL
curl --request GET \ --url https://api.d1g.qzz.io/api/v1/upload/status/{uploadId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "uploadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "progressPercentage": 50, "tiktokVideoId": "<string>", "error": "<string>", "mediaType": "video", "publishedAt": "2023-11-07T05:31:56Z" } }
Get the current status of an upload
Use JWT token (from Supabase auth) or API key (format: sk_live_...)
Upload status retrieved
true
Show child attributes