Hey.Café Endpoint Docs

Get Bot

Docs Home / Get Bot
Public

get_bot_giphy_search

Fetches giphy images based on a query, will only show a few results for each query and is cached heavily.

Primary URL: https://endpoint.hey.cafe/get_bot_giphy_searchAlias URL: https://endpoint.hey.cafe/api/giphy_search
base64Required
query
The search query
Public

get_bot_language_detect

Detects the language based on a string of text.

Primary URL: https://endpoint.hey.cafe/get_bot_language_detectAlias URL: https://endpoint.hey.cafe/api/language_detect
base64Required
text
The text to check
Public

get_bot_language_translate

Translate text from one lanuage to another.

Primary URL: https://endpoint.hey.cafe/get_bot_language_translateAlias URL: https://endpoint.hey.cafe/api/language_translate
base64Required
text
The text to translate
stringRequired
target
Options are: en, pt, es, zh, nl, fi, fr, de, id, it, ja, ko, pl, ru, sv, uk, vi, hu
string
source
Options are: auto, en, pt, es, zh, nl, fi, fr, de, id, it, ja, ko, pl, ru, sv, uk, vi, hu
Public

get_bot_website_meta

Gives meta data like title, description and preview image for the webpage provided. The source of content_media will be an array of all matches for meta tags.

Primary URL: https://endpoint.hey.cafe/get_bot_website_metaAlias URL: https://endpoint.hey.cafe/api/website_meta
base64Required
query
URL string
Public

get_bot_safespace_text

Scans text provided and will return a rating for various safety matches against hate speach and more. (IN PROGRESS PLEASE CHECK hey.cafe/!safespace)

Primary URL: https://endpoint.hey.cafe/get_bot_safespace_textAlias URL: https://endpoint.hey.cafe/api/safespace_text
base64Required
content
The text encoded
text
content_raw
You can use this if you want to provide the text without encoding