Examples
- API Request
- TypeScript
- Python (Sync)
Requirements
- Maximum dimensions: 2000 rows × 3024 columns; i.e. 2000 chunks with a maximum dimension of 3024
- Format: Dictionary with chunk IDs as keys and embedding arrays as values. These chunk IDs should match the ones that you got on inserting the embeddings.
- Batch constraint: All chunk IDs must belong to the same batch/source
- Chunk ID format: Must be valid strings in format
{batch_id}_{index} - Consistency: All embedding vectors must have the same dimension
- Values: All embedding values must be numeric (int or float)
Error Responses
All endpoints return consistent error responses following the standard format. For detailed error information, see our Error Responses documentation.Authorizations
Body
application/json
Example: