AI Image Generator

AI Image Generator

Analyze image content using a vision-language model

post
Authorizations
X-API-KeystringRequired
Body
max_tokensintegerOptionalDefault: 300
modelstringRequired

Model name (e.g. "openai")

Default: openai
seedintegerOptional

Optional seed for deterministic generation

Responses
200

Success

application/json
post
/analyze-image
post
Authorizations
X-API-KeystringRequired
Header parameters
X-API-KeystringRequired

Your API key

Body
heightintegerOptional

Image height

Default: 1024
modelstringOptional

Image generation model

Default: flux
promptstringRequired

Image description prompt

seedintegerOptional

Random seed

Default: 42
widthintegerOptional

Image width

Default: 1024
Responses
200

Success

No content

post
/download-image/data
200

Success

No content

post
Authorizations
X-API-KeystringRequired
Header parameters
X-API-KeystringRequired

Your API key

Body
heightintegerOptional

Image height

Default: 1024
modelstringOptional

Image generation model

Default: flux
promptstringRequired

Image description prompt

seedintegerOptional

Random seed

Default: 42
widthintegerOptional

Image width

Default: 1024
Responses
200

Success

No content

post
/download-image/url
200

Success

No content

AI Generate Thumbnail

post
Authorizations
X-API-KeystringRequired
Body
avatar_urlstring · uriRequired

Image URL to place on the thumbnail

bottom_textstringRequired

Text to show at the bottom of the thumbnail

templatestringRequired

Template name to use (e.g., temp_1)

top_textstringRequired

Text to show at the top of the thumbnail

Responses
200

Returns the generated thumbnail file

No content

post
/generate-thumbnail
200

Returns the generated thumbnail file

No content

Last updated