POST /v1/embeddings.
Authentication
Authenticated with a secret key (rd_sk_…) or a client token
(carrying the ai.embed scope). A publishable key is rejected 403.
Request body
Example
Response
200 OK — an OpenAI embeddings list:
encoding_format: "base64", each embedding is a base64-encoded float32 string instead of a
number array.