Appearance
Batch update item statuses
PATCH
/api/v1/projects/{project_id}/items/batch
Updates the status of multiple content items at once within the project.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON
{
"item_ids": [
"string"
],
"status": "string"
}
Responses
Successful Response
application/json
JSON
[
{
"id": "string",
"external_id": "string",
"item_type": "string",
"source_data": {
},
"generated_content": {
},
"confidence_score": 0,
"status": "string",
"ai_model_used": "string",
"created_at": "string",
"data_source_id": "string",
"data_source_name": "string",
"metadata": {
},
"excluded_at": "string"
}
]