Skip to main content
GET
/
api
/
v2
/
files
/
{id}
/
chunks
Retrieve chunks from a document
curl --request GET \
  --url https://paradigm.lighton.ai/api/v2/files/{id}/chunks \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

A unique integer value identifying this Document.

Response

200

No response body