Skip to main content

Reducto models compatibility

Add Reducto API keys

There are 2 ways to add your Reducto credentials to your requests:

Via UI

1

Go to the Providers page

2

Add your Reducto credentials.

Add your Reducto API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Reducto credits.
{
  // Rest of the request body
  "customer_credentials": {
    "reducto": {
      "api_key": "YOUR_REDUCTO_API_KEY",
    }
  }
}