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
| Header | Type | Required | Description |
|---|---|---|---|
| X-Api-Key | string | Yes | Your API key |
Request Body
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| id | number | Yes | - | The ID of the AI Character to use as a base. |
| prompt | string | Yes | - | Description of the scene/character pose. |
| ratio | string | Yes | - | "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.