GET
/
files
/
{fileId}
/
content
curl --request GET \
  --url https://api.repromptai.com/api/v1/files/{fileId}/content \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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/octet-stream
File content retrieved successfully

The response is of type file.