cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/chunks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "file_path": "<string>", "file_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "index": 123, "content": "<string>", "start_offset": 123, "end_offset": 123, "token_count": 123, "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
Lists indexed chunks for a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
List of chunks
Show child attributes