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.
A sandbox key is required to send real requests. Without one you can still explore every endpoint with mock data.
/v1/meVerify your key
Returns the application and key you are calling with, including scopes and remaining sandbox calls. A good first request.
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.