DPCImageRemoveBackgroundGetResult
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
DPCImageRemoveBackgroundGetResult model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
job_id | str | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | GET /image/removeBackground | — | src/images/dpc_image_remove_background_get.py |
Change history
v2.0.0 · 2026-03-21 · Cian (shared account) · 779368d6d
Fix background GET payload model to accept job_id
- Removed field
lookup_key(breaking). - Added optional field
job_id.
v1.0.0 · 2026-01-02 · Cian (shared account) · 2704b29fe
Add background removal functionality for images in DismantlyPartCatalog and Vehicle services. Introduced new API endpoints for job creation and status retrieval, along with corresponding models and Lambda functions for processing. Enhanced CORS support in API responses.
- Initial version.
Generated from
dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.