cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/environments/{environmentName}/files/{filePath}/chunks/{chunkId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "file_path": "<string>", "file_version_id": "<string>", "index": 123, "content": "<string>", "start_offset": 123, "end_offset": 123, "token_count": 123, "source_checksum": "<string>", "created_at": "<string>", "file_id": "<string>", "metadata": {}, "embedding": { "id": "<string>", "model": "<string>", "status": "ready" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Chunk
Show child attributes