POST
/v1/vector/batch
curl \
-X POST https://api.infura.ai/v1/vector/batch \
-H "x-api-key: $API_KEY" \
-d '{"keyspace":"string","table":"string","vector":[42.0]}'
Request example
{
"keyspace": "string",
"table": "string",
"vector": [
42.0
]
}