Skip to main content
POST
/
v1
/
ai_effects
/
review
/
assign
Manual Assign
curl --request POST \
  --url https://api.upriver.ai/v1/ai_effects/review/assign \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "native_media_id": "<string>",
  "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
native_media_id
string
required
trend_id
string
required

Response

Successful Response

{key}
string