cURL
curl --request GET \ --url https://api.youka.io/api/v1/exports/{exportId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "created", "error": "<string>", "fileId": "<string>", "filename": "<string>", "fileExtension": "<string>", "resolution": "<string>", "quality": "<string>", "transparent": true, "downloadUrl": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Export state
created
queued
in-progress
completed
failed
cancelled
timed-out
finalized
1
Была ли эта страница полезной?