Book with Zoom

After you are authenticated you can start booking transcriptions and translation sessions in advance!

Let's look at an example of how to book an order that will add live transcription to your zoom meeting.

Send an API request to https://orders.verbit.co/api/v2/orders with a payload like this to book a zoom meeting:

{
    "name": "My Live Zoom Transcription",
    "client_transaction_id": "my internal id for this session",
    "input": {
        "language": "en-US",
        "schedule": {
            "start_at": "2024-08-02T13:25:00.402000+00:00",
            "max_duration": 900,
            "timezone": "America/Los_Angeles"
        },
        "type": "web_url",
        "url_type": "zoom",
        "connection_params": {
            "url": "https://verbit-ai.zoom.us/j/4383414521"
        }
    },
    "output": [
        {
            "product": {
                "type": "captions",
                "tier": "automatic",
                "target_languages": ["en-US"]
            }
        }
    ]
}

Go to the API reference to see more options:https://verbit.readme.io/reference/ordersroutercreate_order