RT Catweb Developer

Create Domain and Page

To create a domain name to redirect to catweb, I will provide an API endpoint to allow you to create a domain name.


API Endpoint: https://rtcatweb.pages.dev/api/create-dandp


Add a "domain" with your catweb url ( not add .rbx )



JSON Input:

curl -X POST -d '{"domain":"r","page":"donate"}' -H "Content-Type: application/json" https://rtcatweb.pages.dev/api/create-dandp

Example with catweb link "aimath.rbx/donate"


JSON Result:

{"result": "https:/\/\rtcatweb.pages.dev/\r?domain=aimath&page=donate", "code": "200"}

Example with catweb link "aimath.rbx/donate"


Back to Develop page