Get Started
DumplingAI v1 is the direct endpoint surface under/api/v1. It remains supported and is still the practical path for some endpoint-oriented integrations, especially existing Make.com setups.
1. Create an API key
- Sign in to the DumplingAI dashboard
- Open API Keys
- Create an API key and store it securely
/api/v1 requests use your DumplingAI API key as a Bearer token.
2. Choose your workflow
Your app
Use direct endpoint request shapes when you want the existing Dumpling endpoint catalog.
Make.com
The current Make.com module uses
/api/v1. In practice, most users only need an API key and the setup walkthrough.n8n / automations
Use your API key with HTTP nodes, templates, or other automation tools that call direct endpoints.
API Playground
Test the current endpoint-oriented product in the app before wiring it into your workflow.
3. Send a direct endpoint request
Next steps
API Reference
Browse direct endpoints, parameters, and examples
Web Scraping Tutorial
Follow the current scrape / crawl / extract tutorial
Search
Browse feature-level docs for v1 endpoints
Document Processing
Review PDFs, file conversion, and extraction workflows