cURL
curl --request POST \ --url https://api.gravixlayer.com/v1/vectors/{index_id}/upsert \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "vectors": [ { "embedding": [ 0.1, 0.2, 0.3, 0.4, 0.5 ] } ] } '
Upsert raw vectors (embeddings) into the index.
API key authentication. Get your API key from the Gravix Layer Dashboard.
Index UUID
Show child attributes
Upsert successful