RT Catweb Developer

Create Domain

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-domain


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



JSON Input:

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

Example with catweb link "r.rbx"


JSON Result:

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

Example with catweb link "r.rbx"


Back to Develop page