Skip to main content
  1. Sign up — Create an account at platform.respan.ai
  2. Create an API key — Generate one on the API keys page
  3. Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page

Parasail models compatibility

Add Parasail API keys

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

Via UI

1

Go to the Providers page

2

Add your Parasail credentials.

Add your Parasail API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Parasail credits.
{
  // Rest of the request body
  "customer_credentials": {
    "parasail": {
      "api_key": "YOUR_PARASAIL_API_KEY",
    }
  }
}