βš™οΈUtils

All routes that do varied things.

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)

{
    "message": "OK",
    "text": "Hello World",
    "flipped": "dlroW olleH",
    "status": 200
}

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

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

Was this helpful?