Vtrix Edit Style

vtrix_edit_style

Multi-style image editing with flexible style switching and consistent visual output.

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: vtrix_edit_style


image_input1 string required

Input image URL. Must be valid HTTP or HTTPS URL. Supports: JPG, JPEG, PNG.


template_id string required

Template ID. 27 style templates available.


width integer

Output image width.

Default: 1328

Range: 512 - 2048


height integer

Output image height.

Default: 1328

Range: 512 - 2048

Error Codes

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