GET
/
files
/
{fileId}
curl --request GET \
  --url https://api.repromptai.com/api/v1/files/{fileId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "bytes": 123,
  "created_at": 123,
  "filename": "<string>",
  "purpose": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

fileId
string
required

Response

200
application/json
File metadata retrieved successfully
id
string
object
string
bytes
integer
created_at
integer
filename
string
purpose
string