cURL
curl --request POST \ --url https://api.worqhat.com/api/ai/images/modify/v3/remove-background \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form existing_image=person.jpg \ --form output_type=url
{ "image": "https://storage.googleapis.com/sample-removed-bg-image.png", "processing_time": 10238.123456, "processing_id": "b2a1d5f0-9c67-4a21-995b-5c543a98f7d3" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Image processed successfully
The response is of type object.
object
Was this page helpful?