How do I make my first API call?
Now that we have our API keys, let's try our first API call using the Image API
The following is a walkthrough of enhancing an image using our Enhance (asynchronous) endpoint. We are using the Standard V2 and Realistic Face Recovery model to process the image, and we will upscale the image to 4K quality.
Step 1: Navigate to our API Reference page
Using the header above, click on API Reference to access the reference page. There, you will find all of our available endpoints across our Image API and Video API

Step 2: Navigate to the Endpoint & Enter the API Key
On the navigation bar on the left-hand side, click on the Enhance (asynchronous) endpoint. Then, paste in your API key under the Credentials section on the right.

Step 3: Choose Your Enhancement Filters & Run the API Call
Upload your original image and choose which enhancements you would like to make. The request will be auto-generated based on your input parameters. Once you're ready, click on Try It! to send the request. The response will be your request ID and an estimated completion time (in UNIX). You may use the Download endpoint to download the results at any time.

Congratulations on your first API call with Topaz Labs!
Updated 14 days ago