Skip to main content

Overview

ReelMirror lets you programmatically create AI-generated content that matches the style of any Instagram or TikTok creator.
TikTok publishing is in alpha. TikTok source tracking is not yet supported but is coming soon.
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

Quickstart

Create your first AI clone in 5 minutes.

Authentication

API keys, JWT tokens, and scopes.

API Reference

Full endpoint documentation.

Billing

Credits, pricing, and auto-reload.

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"