Skip to main content

Get an AI Character Image

The API allows you to get the generated image url for your AI character by making a GET request to the https://viralapi.vadoo.tv/api/get_character_image endpoint:

Endpoint

GET https://viralapi.vadoo.tv/api/get_character_image

Request Headers

The API request must include the following headers:

  • X-API-KEY: API-KEY - The secret key for authenticating the API request.

Request Body

The request body contain the following parameters:

  • id (integer): Character Id
  • ratio (string): Aspect Ratio. "9:16", "1:1", "16:9", "3:4", "4:3"
  • prompt (string): Prompt to generate a character image

Request Url Params

The request must contain the following url parameters:

  • id (string): Image id

You will get a response like this.

Response
{
"url": "image_url",
"status": "complete"
}