Use Cases
Embeddings generated via this endpoint can be used for:- Semantic search — Compare embedding vectors to find related content.
 - Clustering and classification — Group similar documents or classify them by meaning.
 - Knowledge graph enhancement — Connect semantically related entities.
 - RAG workflows — Retrieve relevant content before passing context to language models.
 
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
JWT token
io.net provided API Key
API key set by an SDK client
Body
application/json · object
Raw JSON body for the embedding request. Example inputs shown below.
The body is of type object.
Response
Successful Response
The response is of type any.