Quick Start
This short guide will help you quickly start getting results from the Dragoneye API using our official SDKs.
If you're not ready to dive into code, you can also visit the Playground to test out different models and images in your browser.
Step 1: Get an Access Token
The first step is to generate an access token from the Dragoneye Dashboard.
- Go to the API tab in the Dragoneye Dashboard.
- Click Create in the Access Tokens section.
- Give your token a name and click Save.
- Copy and store your token securely — tokens cannot be retrieved again.
Step 2: Choose Your SDK
Dragoneye provides official SDKs for both Python and Node.js. Choose the SDK you prefer and follow its quick start guide:
Next Steps
Congratulations — you’ve successfully set up your access to the Dragoneye API!
From here, you can explore the full SDK documentation to learn about predicting images and videos, checking task statuses, retrieving results, and more.