Returns information about a specific file
cURL
curl --request GET \ --url https://api.anyapi.ai/v1/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "file", "bytes": 123, "created_at": 123, "filename": "<string>", "purpose": "<string>", "status": "uploaded", "status_details": "<string>" }
Bearer token authentication. Get your API key from the dashboard.
The ID of the file to use for this request
Successful response
The response is of type object.
object