{#Key of your data, only the letters, numbers & "-" "_" signs are accepted (Ex: ABCD, AZERTY1234, HELLO-1234, HELLO_1234).#}
Example:
abcd1234
DATA_VAL
string
required
{#Value of your data in TXT format.#} {#You can insert the value from the URL (for simple data) or via the POST argument "DATA_VAL" (for complex data).#}{#A null (empty) value will delete the data on our service.#}
Example:
1234abcd
Query Params
DATA_VAL
string
optional
{#Value of your data in TXT format.#} {#You can insert the value from the URL (for simple data) or via the POST argument "DATA_VAL" (for complex data).#}{#A null (empty) value will delete the data on our service.#}
Example:
VALUE
Body Params multipart/form-data
object{0}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://wapi.wizebot.tv/api/custom-data/{{API_KEY_W}}/set/abcd1234/1234abcd?DATA_VAL=VALUE'
Responses
🟢200Success
application/json
Body
success
boolean
required
{#true or false, if the operation was successful.#}