cURL
curl --request GET \ --url https://api.youka.io/api/v1/media \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "type": "video", "url": "<string>", "status": "processing", "error": "<string>", "width": 123, "height": 123, "createdAt": "<string>", "updatedAt": "<string>", "previewUrl": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Media list
video
image
logo
intro-video
outro-video
processing
ready
failed
Была ли эта страница полезной?