Files
Get file
Retrieves the data for a specific file by its ID.
get/v1/files/{id}
Path parameters
idstring required
Response
Successfully retrieved file data.
Example response
{
"id": "file_euyrvozb9302uwhq",
"name": "Example Image",
"type": "image/png",
"properties": {
"size": 1024,
"width": 800,
"height": 600
},
"task_id": null,
"created_at": "2021-05-01T12:00:00Z"
}