{
"input": "https://example.com/image.jpg",
"widths": [320, 640, 1024, 1920]
}
curl -X POST https://api.ringbee.dev/v1/pipeline/responsive-image-set \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "widths=[320, 640, 1024, 1920]"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Pipeline
Responsive Image Set
Generate multiple image sizes for responsive web design
POST
/
v1
/
pipeline
/
responsive-image-set
{
"input": "https://example.com/image.jpg",
"widths": [320, 640, 1024, 1920]
}
curl -X POST https://api.ringbee.dev/v1/pipeline/responsive-image-set \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "widths=[320, 640, 1024, 1920]"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"input": "https://example.com/image.jpg",
"widths": [320, 640, 1024, 1920]
}
curl -X POST https://api.ringbee.dev/v1/pipeline/responsive-image-set \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "widths=[320, 640, 1024, 1920]"
| Param | Type | Description |
|---|---|---|
| widths | array | List of output widths in pixels |
Authorizations
Body
application/jsonmultipart/form-data