Miscellaneous
On this page
Makes an API Call to the specified URL. Automatically creates a header for Twitch API Calls. For making non-Twitch API Calls, use the HTTP Request command.
Box Name | Type | Description |
---|---|---|
URL | String | The URL to make the API Call to |
Method | Dropdown | The Method used for the API Call |
Login Name | Dropdown | The name of the channel to use for authentication for the API Call |
Save Variable As (optional) | String | Variable to save the result |
Creates a header object used for manual Twitch API Calls. Can be used in conjunction with the HTTP Request command.
Be careful when pulling your OAuth token info. Make sure to delete the variable when you don't need it anymore. Do not accidentally expose it on your stream.
Box Name | Type | Description |
---|---|---|
Login Name | Dropdown | The name of the channel to use for authentication in the API Header |
Save Variable As | String | Variable to save the result |
Returned object contains the following variables:
Variable | Type | Contents |
---|---|---|
Authorization | String | “Bearer (your OAuth token)” |
client-id | String | SAMMI’s unique identifier |
Content-Type | String | “application/json” |
Creates a new clip.
Box Name | Type | Description |
---|---|---|
Login Name | Dropdown | Your Twitch login name (all lowercase characters) to change the stream status of |
Save Variable As (optional) | String | Variable to save your newly created clip ID |
Creates a marker in your stream. Your stream must be live.
A marker is an arbitrary point in a stream that the broadcaster wants to mark; e.g., to easily return to later.
The marker is created at the current timestamp in the live broadcast when the request is processed.
Box Name | Type | Description |
---|---|---|
Login Name | Dropdown | Your Twitch login name (all lowercase characters) |
Description | String | Description of or comments on the marker. Max length is 140 characters. |