cURL
curl --request GET \ --url https://api.gbase.ai/v1/datasets/{dataset_id}/files/{file_id}/chunks
{ "items": [ { "id": "<string>", "text": "<string>", "score": 123, "metadata": {}, "vector": [ 123 ], "storage_type": "pinecone", "dataset_id": "<string>" } ], "total": 1, "page": 2, "size": 2, "pages": 1 }
Get dataset file chunks
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 1000
Successful Response
The response is of type object.
object