Skip to main content
POST
/
v1
/
ai_effects
/
review
/
proposals
/
batch_confirm
Batch Confirm Proposals
curl --request POST \
  --url https://api.upriver.ai/v1/ai_effects/review/proposals/batch_confirm \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "proposal_ids": [
    "<string>"
  ],
  "resolved_trend_id": "<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

Body

application/json
proposal_ids
string[]
required
resolved_trend_id
string
required

Response

Successful Response

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