cURL
curl --request GET \ --url https://api.cloudglue.dev/v1/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "pending", "bytes": 123, "created_at": 123, "filename": "<string>", "uri": "<string>", "metadata": {}, "video_info": { "duration_seconds": 123, "height": 123, "width": 123, "format": "<string>", "has_audio": true } }
Retrieve details about a specific file
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the file to retrieve
File details
The response is of type object.
object