Post video
The Post Video API allows you to upload and share videos directly within a Loop.
URL : /api/thirdparty/conversation/reply
Method : POST
Auth required : YES
Mandatory Fields: chat_id, aspect_ratio, duration, link, resolution, size, video_name, thumbnail_name
Note : You need to Authorize gn-access-token as Bearer Token
to run the API.
Request Body
Success Response
Condition: If Everything is okay and video is posted.
Code: 200
Content
Note: The conversation_id
provides the unique identifier for a video, and the URL can be found in the share_url
at the conversation_id
level, such as https://app.qa.begenuin.com/v/11d88992ba811475?l=136fe23cf7001400
for the video.
Bad Request
Condition: If the request contains errors or invalid data, resulting in video not posted.
Code: 400
Content
Internal Server Error
Condition: If an unexpected issue occurs on the server, an Internal Server Error
is returned.
Code: 500
Content
Was this page helpful?