cURL
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 }
Sync all sources for a persona. Debits balance for estimated API requests. Returns job IDs for status polling.
API key (rm_xxx) or JWT token
Sync started