⚙️Utils
All routes that do varied things.
Good to know: Some routes in this section will require an API Key
Flip Text
Flip the text
GET
https://api.any-bot.xyz/api/v1/fliptext
All text put into this input will be flipped
Query Parameters
Name | Type | Description |
---|---|---|
text* | string | Text to be flipped |
Headers
Name | Type | Description |
---|---|---|
API_KEY | string | Your API Key (Optional) |
Base64
Encode to base64
GET
https://api.any-bot.xyz/api/v1/base64
The text that has been put will be coded based64
Query Parameters
Name | Type | Description |
---|---|---|
text* | string | Text to be coded |
Headers
Name | Type | Description |
---|---|---|
API_KEY | string | Your API Key (Optional) |
Decode to base64
GET
https://api.any-bot.xyz/api/v1/decodebase64
The text that has been put will be decoded based64
Query Parameters
Name | Type | Description |
---|---|---|
text* | string | Text to be decoded |
Headers
Name | Type | Description |
---|---|---|
API_KEY | string | Your API Key (Optional) |
Binary
Encode to binary
GET
https://api.any-bot.xyz/api/v1/binary
The text that has been put will be coded binary
Query Parameters
Name | Type | Description |
---|---|---|
text* | string | Text to be coded |
Headers
Name | Type | Description |
---|---|---|
API_KEY | string | Your API Key (Optional) |
Decode to binary
GET
https://api.any-bot.xyz/api/v1/decodebinary
The text that has been put will be decoded binary
Query Parameters
Name | Type | Description |
---|---|---|
text* | string | Text to be decoded |
Headers
Name | Type | Description |
---|---|---|
API_KEY | string | Your API Key (Optional) |
Coin Flip
Coin Flip
GET
https://api.any-bot.xyz/api/v1/coinflip
Return a random side of a coin
Headers
Name | Type | Description |
---|---|---|
API_KEY | string | Your API Key (Optional) |
Password
Create a Random Password
GET
https://api.any-bot.xyz/api/v1/password
Create a strong and random password
Query Parameters
Name | Type | Description |
---|---|---|
length | number | The desired size of the password (Maximum 200) |
Headers
Name | Type | Description |
---|---|---|
API_KEY | string | Your API Key (Optional) |
Upload
This route necessarily needs an API Key
POST
https://api.any-bot.xyz/api/v1
Query Parameters
Name | Type | Description |
---|---|---|
name* | string | Name of the file |
url* | URL | URL of the file |
id* | number | ID of the file |
Headers
Name | Type | Description |
---|---|---|
API_KEY* | string | Your API Key |
Last updated