Skip to content

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
string
Required
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"
}
]

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation