curl --request GET \
--url https://documents.absconsulting.com/v1/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"filename": "<string>",
"url": "<string>",
"bytes": 123,
"created_at": 123,
"metadata": {}
}Returns information about a specific file.
This endpoint has a rate limit of 120 requests per user per minute.
curl --request GET \
--url https://documents.absconsulting.com/v1/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"filename": "<string>",
"url": "<string>",
"bytes": 123,
"created_at": 123,
"metadata": {}
}Bearer token for authentication
The ID of the file to use for this request.
Successful Response
The ID of the file.
The type of object.
The name of the file, including the extension.
The URL of the file.
The size of the file in bytes.
The timestamp when the file was created.
The metadata of the file.
Show child attributes
Was this page helpful?