Skip to main content

Create Character Image

Generate a new image of an existing AI character based on a prompt and aspect ratio.

Endpoint

Method: POST
URL: https://aiapi.vadoo.tv/api/generate_character_image

Request Headers

HeaderTypeRequiredDescription
X-Api-KeystringYesYour API key

Request Body

ParameterTypeRequiredDefaultDescription
idnumberYes-The ID of the AI Character to use as a base.
promptstringYes-Description of the scene/character pose.
ratiostringYes-"1:1", "3:4", "4:3", "16:9", or "9:16"

Response

{
"id": "123456"
}

Notes

  • Returns an id (Image ID) that you can use to poll the status via Get Character Image.
  • Credits are deducted based on the image model used.