Appearance
Stream full regeneration progress
POST
/api/v1/projects/{project_id}/regenerate/stream
Resets all items to pending and streams AI content regeneration progress via SSE using the specified provider, model, and AI settings.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON
{
"content_type": "string",
"content_variant": "short",
"language": "en",
"tone": "professional",
"ai_provider": "anthropic",
"ai_model": "string",
"custom_instructions": "string",
"max_short_chars": 200,
"max_long_chars": 1000,
"translate_name": true,
"use_html": true,
"use_html_short": false,
"generate_short": true,
"generate_long": true,
"item_ids": [
"string"
]
}
Responses
Successful Response
application/json
JSON
[
]