Skip to main content
POST
/
v1
/
ai_effects
/
review
/
proposals
/
{proposal_id}
/
confirm
Confirm Proposal
curl --request POST \
  --url https://api.upriver.ai/v1/ai_effects/review/proposals/{proposal_id}/confirm \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "resolved_trend_id": "<string>",
  "new_trend_name": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.upriver.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

proposal_id
string
required

Body

application/json
resolved_trend_id
string | null

Target trend ID. Required when routing to an existing trend.

new_trend_name
string | null

Name for the new trend. Used when proposing a new trend.

Response

Successful Response

The response is of type Response Confirm Proposal V1 Ai Effects Review Proposals Proposal Id Confirm Post · object.