NAV
shell python php javascript

Välkommen till BackgroundRemoverAI.com API-dokumentation

För att få en utvecklarnyckel, gå till utvecklarportal

Authorization: <api_key>

Ta bort bildbakgrund

Ta bort bildbakgrund

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": []}

Kommer tillbaka

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

För att göra flera lägg helt enkelt fler filer i din lista

Ta bort videobakgrunden

Ta bort videobakgrunden

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": []}

Kommer tillbaka

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

För att göra flera lägg helt enkelt fler filer i din lista