Create embeddingsCopy Pagepost https://api.macpaw.com/ai/v1/embeddingsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsRequest body follows the OpenAI Create embedding API format. Required: model, input. Optional: dimensions, encoding_format, user. model uses the AI Gateway provider/model identifier (e.g. openai/text-embedding-3-small) instead of the bare OpenAI model id; all other fields match OpenAI semantics.modelstringrequiredinputstringArray 1Array 2Array 3requireddimensionsinteger≥ 1encoding_formatstringenumfloatfloatbase64Allowed:floatbase64userstringResponses 200Success. Response body follows the OpenAI Embeddings API format. 400Invalid parameters 401Invalid token 402Insufficient credits — payment required to continue. 403Forbidden — authenticated but not allowed to access the requested model 429Rate limit exceeded 500Internal server errorUpdated 1 day ago