Generate Image ⚠️
Image Generation
Generate Image ⚠️
⚠️ ALPHA FEATURE: Generates an image from a text prompt using an image generation model. This endpoint is in alpha state and not recommended for production use. The API and functionality may change without notice.
POST
Generate Image ⚠️
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The text prompt describing the image to generate
Example:
"A woman checking her phone"
Response
200 - application/json
Successfully generated image
Array containing the generated image URL(s)
URL of the generated image
Example:
["https://somesite.com/image.png"]