Check Remove.bg execution status
Check the status of an Add-On execution request that had been started using the Execute Add-On operation.
Check the status of an Add-On execution request that had been started using the Execute Add-On operation.
Every request made to https://api.uploadcare.com/ MUST be signed. HTTPS SHOULD be used with any authorization scheme.
Requests MUST contain the Authorization header defining auth-scheme and auth-param: Authorization: auth-scheme auth-param.
Every request MUST contain the Accept header identifying the REST API version: Accept: application/vnd.uploadcare-v0.7+json.
There are two available authorization schemes:
Uploadcare, a scheme where a signature, not your Secret API Key MUST be specified. Signatures SHOULD be generated on backend.Uploadcare.Simple, a simple scheme where your Secret API Key MUST be specified in every request’s auth-param.Request ID returned by the Add-On execution request described above.
Add-On execution response. See file_id in response in order to get image without background.
Defines the status of an Add-On execution.
In most cases, once the status changes to done, Application Data of the file that had been specified as a appdata, will contain the result of the execution.