AI.VECTORIZE
POST Vectorize content return the embeddings
Request
- application/json
 
Body
op stringrequired
The operation
content stringrequired
The longtext content
options object
Responses
- 200
 
- application/json
 
- Schema
 - Example (from schema)
 
Schema
data object
ouput string
The output response of the gen ai
meta object
{
  "data": {
    "ouput": "string"
  },
  "meta": {}
}
Loading...