Skip to main content

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.

  1. Go to the API tab in the Dragoneye Dashboard.
  2. Click on Create in the Access Tokens section.
  3. Give your token a name and click Save.
  4. 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.

  1. Download the Dragoneye Postman collection here.
  2. Set the {{access_token}} variable to the token you generated in Step 1.
  3. Set your model_name to the model you want to use. For now, leave it as dragoneye/fashion.
  4. Choose the image you want to test. We have a test image here that you can use here. Set image_url to this URL.
  5. Send the request and see the results! Postman 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.