Skip to main content
POST
/
v1
/
personas
/
{persona_id}
/
sync
Trigger sync
curl --request POST \
  --url https://reelmirror.com/api/v1/personas/{persona_id}/sync \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "persona_id": "<string>",
  "sources_count": 123,
  "job_ids": [
    "<string>"
  ],
  "estimated_cost_cents": 123
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Path Parameters

persona_id
string
required

Response

202 - application/json

Sync started

status
string
persona_id
string
sources_count
integer
job_ids
string[]
estimated_cost_cents
integer