Skip to main content

Prerequisite

Before calling background endpoints, complete Authentication and token flow.

Supported endpoints

  • POST /api/v1/background/remove/url
  • POST /api/v1/background/remove/base64
  • POST /api/v1/background/remove/multipart
All three endpoints require:
  • Header Authorization: <managed_token>

Remove by URL and decode in memory

Use one example below. Each snippet sends POST /background/remove/url and decodes image_base64 in memory.