Get embedding
Get embedding
Return embedding metadata and optionally the vector for a specific chunk.
GET
Get embedding
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Path Parameters
Project ID or slug.
Chunk ID.
Query Parameters
Include raw vector data. Defaults to true.
Vector dimension to retrieve.
Available options:
768, 1024, 1536, 3072, 4096 Response
Embedding info with optional vector.
Embedding ID.
File chunk ID associated with the embedding.
Embedding lifecycle status.
Available options:
ready, stale, missing Embedding creation timestamp in ISO-8601 format.
Raw embedding vector when requested.