Documentation

API URL


POST /image-processing

Headers
Code
Content-Type: application/json
Body Parameters


Example Request

Code
POST /api/v1/image-processing/resize?api_key=YOUR_API_KEY
Content-Type: multipart/form-data

image=<binary-file-data>
width=800
height=600

Successful Response

Status
HTML
200 OK
Body
Code
Binary image data with headers:
Content-Type: image/jpeg
Content-Length: 245760
X-Processing-Time: 150ms
X-Correlation-ID: img_abc123

Error Response

Example
Code
400 INVALID_EMAIL – Email format is invalid
400 INVALID_DOMAIN – Domain does not exist
429 RATE_LIMIT – Daily quota exceeded
500 VALIDATION_ERROR – SMTP or DNS timeout

Last Updated:  May 4, 2026