AI camera angle transformation
Transform any image by repositioning the virtual camera with precise control over horizontal rotation, vertical tilt, and zoom level.
Key capabilities
- 360-degree horizontal rotation: Rotate the viewpoint around the subject from 0 (front) through 90 (right side), 180 (back), 270 (left side), to 360 degrees
- Vertical tilt control: Tilt the camera from -30 degrees (looking up) through 0 (eye level) to 90 degrees (bird’s eye view)
- Adjustable zoom: Control the distance from wide shot (
0) through standard framing (5) to close-up (10) - Output format options: Choose between lossless PNG or compressed JPEG output
- Reproducible results: Optional seed parameter for consistent output across requests
- Async processing: Webhook notifications or polling for task completion
Camera controls reference
| Control | Parameter | Range | Default | Key positions |
|---|---|---|---|---|
| Horizontal rotation | horizontal_angle | 0-360 | 0 | 0 front, 90 right, 180 back, 270 left |
| Vertical tilt | vertical_angle | -30 to 90 | 0 | -30 looking up, 0 eye level, 90 bird’s eye |
| Zoom | zoom | 0-10 | 5 | 0 wide shot, 5 medium, 10 close-up |
Use cases
- Product photography: Generate multiple angle views of a product from a single photo for e-commerce listings
- Architectural visualization: View buildings and interiors from different perspectives without reshooting
- Creative image manipulation: Explore alternative viewpoints of scenes, portraits, and objects
- 3D asset previewing: Create multi-angle previews from a single reference image
- Marketing materials: Produce varied camera angles for advertising campaigns from one source image
- Content creation: Generate consistent multi-angle views of subjects for social media and editorial content
Transform images with Change Camera
Submit an image URL with camera angle parameters to create a new transformation task. The service returns a task ID for async polling or webhook notification.Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
image | string | Yes | - | Input image URL (publicly accessible HTTPS). Supported formats: JPG, PNG, WebP |
horizontal_angle | integer | No | 0 | Horizontal rotation: 0 (front) to 360 degrees around the subject |
vertical_angle | integer | No | 0 | Vertical tilt: -30 (looking up) to 90 (bird’s eye view) degrees |
zoom | integer | No | 5 | Zoom level: 0 (wide shot) to 10 (close-up) |
output_format | string | No | png | Output format: png (lossless) or jpeg (compressed) |
seed | integer | No | random | Seed for reproducibility (minimum: 1) |
webhook_url | string | No | - | URL for task completion notification |
Frequently Asked Questions
What is the Change Camera API and how does it work?
What is the Change Camera API and how does it work?
The Change Camera API transforms the camera perspective of any image using AI. You submit an image URL with desired camera angle parameters (horizontal rotation, vertical tilt, and zoom), receive a task ID immediately, then poll for results or receive a webhook notification when processing completes. The AI generates a new image as if the camera had been repositioned around the subject.
What image formats does the Change Camera API support?
What image formats does the Change Camera API support?
The Change Camera API accepts images via publicly accessible HTTPS URLs. Supported input formats are JPG, PNG, and WebP. Output is available in PNG (lossless, default) or JPEG (compressed) format, controlled by the
output_format parameter.How does horizontal rotation work?
How does horizontal rotation work?
The
horizontal_angle parameter rotates the camera around the subject from 0 to 360 degrees. Key positions: 0 is the front view, 90 is the right side, 180 is the back view, 270 is the left side, and 360 returns to the front (equivalent to 0). The default is 0 (front view).How does vertical tilt work?
How does vertical tilt work?
The
vertical_angle parameter tilts the camera up or down relative to the subject. Values range from -30 (looking up at the subject from below) through 0 (eye level, default) to 90 (bird’s eye view looking straight down). A value of 45 provides a moderate downward angle.Can I reproduce the same transformation result?
Can I reproduce the same transformation result?
Yes. Use the
seed parameter with the same value across requests. Combined with identical image URLs and camera parameters, the API produces consistent output. This is useful for fine-tuning angles iteratively.What are the rate limits for the Change Camera API?
What are the rate limits for the Change Camera API?
Rate limits vary by subscription tier. See Rate Limits for current limits.
How much does the Change Camera API cost?
How much does the Change Camera API cost?
See the Pricing page for current rates and subscription options.
Best practices
- Start with defaults: Begin with default values (
horizontal_angle=0,vertical_angle=0,zoom=5) and adjust one parameter at a time to understand the effect - Subtle angle changes: Small adjustments (15-30 degrees horizontal, 10-20 degrees vertical) often produce the most realistic results
- Input quality: Use high-resolution, well-lit images for best perspective transformation quality
- Seed for iteration: Use the
seedparameter when fine-tuning angles to isolate the effect of each parameter change - Production integration: Use webhooks instead of polling for scalable applications
- Error handling: Implement retry logic with exponential backoff for 503 errors
Related APIs
- Image Upscaler: Enhance image resolution before or after camera angle transformation
- Style Transfer: Apply artistic styles to images after changing the perspective
- Remove Background: Remove backgrounds for clean subject isolation before camera transformation