Rainforest GenAI APIs

Welcome to Rainforest APIs. We provide APIs to create stunning ultra realistic images for your marketing or catalog content.

Contact our support connect@rainforest.zone if you are already not a client of Rainforest APIs.

Once you will be onboarded as a client, you will be provided a clientId and a secret. Using this secret and your clientId, you can generate your personal API key. We strongly suggest not to share your API key with anyone. This API key will be used in every other API calls.

List of Active APIs

Get Client's API Key

Once you will be onboarded as a client, you will be provided a clientId and a secret. Using this secret and your clientId, you can generate your personal API key. We strongly suggest not to share your API key with anyone. This API key will be used in every other API calls

Method :

post

Body

{
  "clientId": "<earlier_provided_client_id>",
  "secret": "<earlier_provided_secret>"
}

HTTP Response

{
  "success": true,
  "apiKey": "<new_api_key>"
}