cURL
curl --request POST \ --url https://reelmirror.com/api/v1/generate/regenerate-post \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "generated_post_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "status": "<string>", "generated_post_id": "<string>" }
Soft-delete all existing media items for a generated post and re-trigger generation from scratch. Debits balance for the full cost again.
API key (rm_xxx) or JWT token
Regeneration started