cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/branches/{branchName}/files/{filePath}/chunks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "file_path": "<string>", "file_id": "<string>", "file_version_id": "<string>", "index": 123, "content": "<string>", "start_offset": 123, "end_offset": 123, "token_count": 123, "source_checksum": "<string>", "created_at": "<string>", "metadata": {}, "embedding": { "id": "<string>", "model": "<string>", "status": "ready" } } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
1 <= x <= 100
File chunks
Show child attributes