Appearance
Stream sync to store
POST
/api/v1/projects/{project_id}/sync/stream
Pushes generated content to the external store via Server-Sent Events. The sync flow selects items by mode (pending, all, or selected), sends each update to the store API, records success/failure in sync history, and streams per-item progress events back to the client.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON
{
"mode": "pending",
"item_ids": [
"string"
]
}
Responses
Successful Response
application/json
JSON
[
]