Skip to main content
GET
/
api
/
v1
/
files
/
{file_id}
/
content
Get File Content
curl --request GET \
  --url https://api.example.com/api/v1/files/{file_id}/content \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

file_id
string<uuid>
required

Query Parameters

context_id
string<uuid> | null

Response

Successful Response