DPCImageRemoveBackgroundJobResult
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Individual image result in a job
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
dpc_id | str | ✅ | — | — |
image_url | str | ✅ | — | — |
processed_url | str | ❌ | — | — |
processed_s3_key | str | ❌ | — | — |
error | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | GET /image/removeBackground | — | src/images/dpc_image_remove_background_get.py |
Change history
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.