Developer API Documentation - Image Processing API for Developers
Developer API
Integrate rsz.app's image processing into your applications
API Key Management
Your secret API key is used to authenticate your requests
Sign in to generate an API key
You can read all documentation below without signing in.
Performance Metrics
Lightning-fast image processing powered by GPU acceleration
Sequential Calls
Single request processing
~5seconds
Average processing time for 1MP → 1MP image resize
Consistent and reliable performance
Parallel Calls
Concurrent request processing
~1second
Processing time for 1MP → 1MP with parallel requests
Up to 5x faster with concurrency
Pro Tip: For batch processing, send multiple requests in parallel to maximize throughput. Our infrastructure auto-scales to handle concurrent requests efficiently.
API Usage Guide
Make a POST request to our API endpoint to process an image
Endpoint
POSThttps://api.rsz.app/processImage
bash
Response Format
json
Response Fields
- success: Boolean indicating if processing was successful
- job_id: Unique identifier for the processing job
- ai_image_url: URL to download the AI-enhanced resized image (expires in 24 hours)
- regular_image_url: URL to download the standard resized image (expires in 24 hours)
- processing_time: Time taken to process the image in seconds
- credits_remaining: Your remaining credit balance after this operation
- message: Human-readable status message