Skip to main content

Overview

ReelMirror lets you programmatically create AI-generated content that matches the style of any Instagram or TikTok creator. The API follows a simple workflow:
  1. Create a persona - Define the virtual identity that will produce content
  2. Add sources - Link Instagram/TikTok accounts to track
  3. Sync content - Pull images and videos from tracked accounts
  4. Generate - AI creates new content matching the source style
  5. Poll & retrieve - Check status and download generated media

Base URL

All API requests use the following base URL:
https://reelmirror.com/api/v1

Authentication

Include your API key in the Authorization header:
curl https://reelmirror.com/api/v1/personas \
  -H "Authorization: Bearer rm_your_api_key"