Welcome to the DumplingAI API reference. This documentation provides detailed information about all available endpoints, request parameters, response formats, and example code.
All API requests require authentication using an API key. To use the API, you need to include your API key in the Authorization header of your requests.
Copy
Authorization: Bearer YOUR_API_KEY
If you don’t have an API key yet, sign in to the DumplingAI
dashboard and generate one from the API Keys
section.
All responses are returned in JSON format. Successful responses will have a 2xx status code, while errors will return appropriate 4xx or 5xx status codes with error details in the response body.
Rate limiting is applied based on your subscription plan. Rate limits are enforced based on your account’s credit allocation and usage patterns. If you exceed these limits, you’ll receive a 429 Too Many Requests error response.