cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/embeddings \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "chunk_id": "<string>", "file_path": "<string>", "model_name": "<string>", "model_provider": "<string>", "status": "ready", "created_at": "<string>" } ], "total": 123, "limit": 123, "offset": 123 }
Lists embeddings for a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Vector dimension (768, 1024, 1536, 3072, 4096)
768
1024
1536
3072
4096
1 <= x <= 100
x >= 0
List of embeddings
Show child attributes