Skip to main content

Create an AI Character Image

The API allows you to create a new image for your AI character by making a POST request to the https://viralapi.vadoo.tv/api/generate_character_image endpoint:

Endpoint

POST https://viralapi.vadoo.tv/api/generate_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

You will get a response like this.

Response
{
"id": 375930711093
}