Files

Get a single file

Retrieve details of a specific file by its ID, including metadata, media properties, and associated jobs.

GET
/api/files/{fileId}

Authorization

Authorization
header
string
required

Enter the project access token with the Bearer prefix, e.g. "Bearer project_access_token"

Path Parameters

fileId
string
required

File ID

Responses

application/json
data
object
required

Data contains the response object

status
"success"
string
required

Status indicates the response status "success"

OK