Skip to main content
POST
/
v1
/
generated-posts
/
{post_id}
/
send-to-compose
Send to compose
curl --request POST \
  --url https://reelmirror.com/api/v1/generated-posts/{post_id}/send-to-compose \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "outgoing_post_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Path Parameters

post_id
string<uuid>
required

Response

Draft outgoing post created

data
object