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

Response

Successful Response

{key}
integer