Browse documentation
Public API

API sandbox

Try every Nanaade API endpoint from this page. A sandbox key (it starts with sk_test_) is required to send live requests. Don't have one yet? You can still explore each endpoint, its fields and its responses using mock data.

Mock data

A sandbox key is required to send real requests. Without one you can still explore every endpoint with mock data.

GET/v1/me

Verify your key

Returns the application and key you are calling with, including scopes and remaining sandbox calls. A good first request.

Scope
none
Live cost
Free
Sandbox
Not counted
Rate limit
60 requests / minute
Request preview
curl -X GET "https://backend.nanaade.ai/v1/me" \
  -H "Authorization: Bearer $NANAADE_API_KEY"

Response

Send a request to see the response here, along with its request ID and rate-limit headers.

Getting a sandbox key

Sandbox keys are issued per application while the API is in private beta. Contact the Nanaade team to request access. Each key is shown once, so store it in a secrets manager. Sandbox requests to AI endpoints draw from a monthly allowance (200 by default); reading data is free.

Read the API overview for authentication, scopes, pricing, idempotency and error handling.