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_3d
req_key string required
Image stylization style. Different styles produce different visual effects.
sub_req_key string
Sub style key. Required for certain req_key values.
image_urls array required
Image URL array, must contain exactly 1 image. Supports: JPG, JPEG, PNG. Max 5MB, 600x800 ~ 4096x4096.
logo_text_content string
Watermark text content.
Error Codes
| Code | Description |
|---|---|
| 401 | API key is missing or invalid |
| 403 | Insufficient balance or permission denied |
| 429 | Rate limit exceeded |
| 500 | Internal server error |