×
Use mouse wheel to zoom

api.rbx developer documentation

ok hello so these logs are very outdated and i will update them some time soon ok bye

Datastore

Runs the function for datastore with a method of get and a key of example Output is stored in the l!output variable.

Other methods: set delete list




list,page,prefix,per_page (per_page max = 10)

here we are using the list function with a page number, prefix and per_page argument with a max of 10 per page


list method example

Translate

In this example the code will execute the translate function with a text of "Hello World" using automatic language detection and a target language of spanish. Output is stored in the l!output variable.

Weather

In this example the code will execute the weather function with a location of "Sofia". We are getting the temperature in Celsius, Fahrenheit, and the weather condition. For all available options please click this. Output is stored in the l!output variable.

Webhook

In this example the code will execute the webhook function with an ID of "1473024748979224676" and token of "XXXXXXXXXXXXXXXXXXXX". Output is stored in the l!output variable.

Available methods are set (sends message), post (edits existing message using mid), get (gets message using mid), delete (deletes message using mid)

QR Code

In this example we can make a QR code with the text "Hello World". Output is stored in the l!output variable.


Sample output:

1111111111111 1000001000001 1011101011101 ... 1111111111111

Generative AI

We will use the gpt-4 model for generative AI tasks with temp of 0.7 and max tokens of 200 with user prompt Hello, how are you?

Other services

We also have other private services which are not publicly available such as register, ping and fetch. They may be released at some point.