Skip to main content
POST
/
v1
/
publishing
/
posts
/
{id}
/
publish
Publish now
curl --request POST \
  --url https://reelmirror.com/api/v1/publishing/posts/{id}/publish \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "publishing"
  }
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Path Parameters

id
string
required

Response

200 - application/json

Publishing started

data
object