Back to catalog
📷

Remove Background from Images API

API Key

This API helps you remove background from any image

📷PhotographyHTTPSCORS enabled

Background Removal Result

Processed image with background removed

Job IdBg_remove_7f3c9a12
StatusCompleted
Output UrlHttps://cdn.example.com/results/bg_remove_7f3c9a12.png
Processing Time Ms842
Foreground TypePerson

Sample Response

response.json
1{
2 "jobId": "bg_remove_7f3c9a12",
3 "status": "completed",
4 "outputUrl": "https://cdn.example.com/results/bg_remove_7f3c9a12.png",
5 "processingTimeMs": 842,
6 "foregroundType": "person"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/image-processor-remove-background" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs