cURL
curl --request POST \ --url https://open.ppt.video/api/v1/generation/openai/dall-e-3 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>" } '
{ "id": "<string>", "status": "starting" }
API Key for API endpoints
A text description of the desired image
Webhook URL for receiving updates
The style of the generated images
vivid
natural
The aspect ratio of the generated image
1:1
3:2
2:3
Generation status
Generation id.
starting
processing
succeeded
failed
canceled