Get Started
You can get started using the Motto Studio, which we recommend for non-technical users. Alternatively, you may get started by using the Motto API.Via the Studio
Via the Studio
The following steps will guide you through the process of setting up an event via the Studio.
Click on the “New” button to start creating a new event. A sidebar will appear that prompts you to enter the event’s details.
Now enter the information for your event. You can leave the “Event” tab selected. Currently, only the event’s title is required information, the rest can be left empty if desired.For your stream configuration, what to configure depends on your use-case:
After pressing “Save”, your event is now created!
Creating an event
First, navigate to the “Streaming” tab in the Studio. You will see a section titled Events.

It is recommended to enter as much information as possible, as this information will show up on your OTT platform and can help with discoverability.
- If you want to live-stream your event with a single camera angle, then the default configuration is sufficient. If you wish to live-stream with multiple camera angles, you an add more Stream entries using the plus icon. Go here for more details.
- If you want to upload a finished video, you can do so by selecting the “Video Upload” option. Go here for more details.

Via the API
Via the API
If you prefer using the Studio API to interact with the Motto platform, you can follow the following steps to achieve
the same result as described in the “Via the Studio” section.
- Call the Create Event endpoint.
- (Optionally) if you have already created a video previously, you can associate your
video_id
with the event in thevideo_ids
array.