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>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
integer
required

A unique integer value identifying this Document.

Response

No response body

I