PartImageRemoveBackgroundJobResponse
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Response model for POST /image/removeBackground
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
job_id | str | ✅ | — | — |
status | JobStatus (PENDING, PROCESSING, COMPLETED, FAILED) | ❌ | PENDING | Job status enum for background removal jobs |
message | str | ❌ | Job created successfully | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /image/removeBackground | — | src/images/part_image_remove_background.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.