Image Embeddings
Send a POST request to the /images endpoint to utilize this capability. You pass the same set of fields in VectorDBMetadata as you would for the /embed or /s3 endpoints but for EmbeddingsMetadata you only need to pass "embeddings_type": "IMAGE".
Header Parameters
Authorization string required
X-VectorDB-Key string required
X-EmbeddingAPI-Key string required
application/json
Request Body
VectorDBMetadata object
Metadata related to Vector DB
EmbeddingsMetadata object
Metadata related to Embeddings
embeddings_type string
Possible values: [IMAGE
]
Type of embeddings for images
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...