Quick Start
This short guide will help you quickly start getting results from the Dragoneye API.
If you're not ready to start hitting the API directly, visit the Playground to start testing out different models and images.
Step 1: Get an Access Token
The first step is to generate an access token on the Dragoneye Dashboard.
- Go to the API tab in the Dragoneye Dashboard.
- Click on Create in the Access Tokens section.
- Give your token a name and click Save.
- Make sure to save your token as tokens can't be retrieved again.
Step 2: Use the Postman Collection
We have provided a Postman collection to make it as easy as possible to get started with the Dragoneye API.
- Download the Dragoneye Postman collection here.
- Set the
{{access_token}}
variable to the token you generated in Step 1. - Set your
model_name
to the model you want to use. For now, leave it asdragoneye/fashion
. - Choose the image you want to test. We have a test image here that you can use here. Set
image_url
to this URL. - Send the request and see the results!
Next Steps
Congratulations! You've successfully tested the Dragoneye API. From here, you can explore everything else Dragoneye has to offer including our Python and Node SDKs.