Set Caption Placement
Specify the screen position of captions to customize their appearance.
Request and Response
Method: POST
URL: https://realtime.verbit.co/api/v1/session/{order_id}/caption_placement
Request Body:
{
"caption_placement": "top" | "bottom" | "top_minus_one" | "top_indented" | "middle"
}
Response:
{
"state": {
"caption_placement": "top" | "bottom" | "top_minus_one" | "top_indented" | "middle"
}
}
Updated 13 days ago