Stream
Create stream
POST
https://api.tunio.ai/v1/streamsCreates a new stream for the API key owner
Request body
Create stream request
| Name | Type | Description |
|---|---|---|
| descriptionRequired | string | - |
| is_private | boolean | - |
| langRequired | string | - |
| nameRequired | string | - |
| timezone | string | - |
| titleRequired | string | - |
Request example
01{02 "description": "string",03 "is_private": true,04 "lang": "string",05 "name": "string",06 "timezone": "string",07 "title": "string"08}
Responses
No schema details were provided for this payload.
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |