Puma API
Puma API
Getting StartedChat Completions
Health check GETCreate a chat completion POST
API

Health check

GET
/

Response Body

text/plain

curl -X GET "https://api.pumaai.com"
"Welcome to Puma API!"

Chat Completions

Full reference for the POST /api/v1/chat/completions endpoint.

Create a chat completion POST

OpenRouter-compatible endpoint. Sends the messages to Workers AI and returns an OpenAI-format response.