NAV
shell python php javascript

Welcome to BackgroundRemoverAI.com API documentation

To get a developer key please go to developer portal

Authorization: <api_key>

Remove image background

Remove image background

Copy to Clipboard
Request: curl -F "lang=en" -F "convert_to=image-backgroundremover" -F "files=@testfiles/blah.jpeg" -F "files=@testfiles/blah.jpeg" -F "files=@testfiles/blah.jpeg" -H "Authorization: <api_key>" https://api.backgroundremoverai.com/v1/convert/ Response: {uuid: <conversion_uuid>} Request: curl -F "uuid=<conversion_uuid>" -H "Authorization: <api_key>" https://api.backgroundremoverai.com/v1/results/ Response: {"files": [{"url": <url>, filename: <filename>}], "failed": [], "finished": true, "queue_count": 0, "errors": []}

Will return

Copy to Clipboard
/path/to/local/file_processed.png

To make multiple simply put more files in your list

Remove video background

Remove video background

Copy to Clipboard
Request: curl -F "lang=en" -F "convert_to=video-backgroundremover" -F "files=@testfiles/blah.jpeg" -F "files=@testfiles/blah.jpeg" -F "files=@testfiles/blah.jpeg" -H "Authorization: <api_key>" https://api.backgroundremoverai.com/v1/convert/ Response: {uuid: <conversion_uuid>} Request: curl -F "uuid=<conversion_uuid>" -H "Authorization: <api_key>" https://api.backgroundremoverai.com/v1/results/ Response: {"files": [{"url": <url>, filename: <filename>}], "failed": [], "finished": true, "queue_count": 0, "errors": []}

Will return

Copy to Clipboard
/path/to/local/file_processed.mov /path/to/local/file_processed.gif

To make multiple simply put more files in your list