Endpoints
Loom AI API mirrors the common OpenAI endpoints with the following notable routes:/completions— legacy completions endpoint (sync/async)/responses— modern response-completions hybrid/chat/completions— conversational/chat completions/embeddings— embeddings/moderations— content moderation
Example: chat completions (curl)
Example: embeddings
HTTP semantics
All endpoints follow standard OpenAI response shapes where possible. Rate limiting and errors follow OpenAI-like codes but include Loom-specific fields in theerror object (see errors page).