{
"input": "https://example.com/photo.jpg",
"profile": "srgb"
}
curl -X POST https://api.ringbee.dev/v1/image/icc-convert \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "profile=srgb"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Image
ICC Convert
Convert image color profile (e.g., CMYK to sRGB)
POST
/
v1
/
image
/
icc-convert
{
"input": "https://example.com/photo.jpg",
"profile": "srgb"
}
curl -X POST https://api.ringbee.dev/v1/image/icc-convert \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "profile=srgb"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"input": "https://example.com/photo.jpg",
"profile": "srgb"
}
curl -X POST https://api.ringbee.dev/v1/image/icc-convert \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "profile=srgb"
| Param | Type | Description |
|---|---|---|
| profile | string | Target color profile (e.g., srgb) |
Authorizations
Body
application/jsonmultipart/form-data