cURL
curl --request GET \ --url https://api.youka.io/api/v1/projects/{projectId}/exports \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "status": "created", "createdAt": "<string>", "updatedAt": "<string>", "fileId": "<string>", "fileKey": "<string>", "fileSize": 123, "resolution": "<string>", "quality": "<string>", "transparent": true } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Project export list
created
queued
in-progress
completed
failed
cancelled
timed-out
finalized
هل كانت هذه الصفحة مفيدة؟