Skip to content

LAYSO AI API DOCUMENTATION

LAYSO AI Developer Docs

One API key for leading AI models worldwide.

Use OpenAI, Anthropic and Gemini-compatible APIs with familiar SDKs.

Three protocols, one gateway

curl https://laysoai.com/v1/chat/completions \
  -H "Authorization: Bearer $LAYSO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.5",
    "messages": [{"role":"user","content":"Hello"}]
  }'

LAYSO AI API 文档