4. Publish Reel

POST https://graph.facebook.com/{{api_version}}/me/video_reels?access_token={{page_access_token}}&video_id={{video_id}}&upload_phase=finish&video_state=PUBLISHED&description=Description text goes here&title=Title goes here

Ends the upload phase to start assembling and encoding the video. You can also customize the reel with the optional parameters.

Request Params

KeyDatatypeRequiredDescription
access_tokenstring
video_idstring
upload_phasestringSignal to finish the upload phase
video_statestringPossible values: DRAFT, SCHEDULED, PUBLISHED
descriptionstringOptional
titlestringOptional

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"success":true}