Film Image Pro

film_image_pro

Enhanced image generation with stronger detail rendering, richer color depth, and refined style control for higher-quality visuals.

Authentication

authorization string required

All APIs require authentication via Bearer Token.

Get API Key:

Visit API Key Management Page to get your API Key

Usage:

Add to request header:

Authorization: Bearer YOUR_API_KEY

Parameters

model string required

Model ID to use for the request.

Value: film_image_pro


prompt string required

Prompt. Length must be 1-800 characters.


seed integer

Random seed. -1 or positive integer.


width integer

Image width. Must be provided together with height.

Range: 512 - 2048


height integer

Image height. Must be provided together with width.

Range: 512 - 2048

Error Codes

CodeDescription
401API key is missing or invalid
403Insufficient balance or permission denied
429Rate limit exceeded
500Internal server error