Apply Your Test Key
What you need to make your game link into RPGGO's API...
Last updated
Was this helpful?
What you need to make your game link into RPGGO's API...
Last updated
Was this helpful?
RPGGO Public API is in currently under alpha phase and do not open to auto-public application.
If you want to try it for personal demo, following below instruction to self-service your API key, but those of keys have rate limit.
If you need a key for a commercial use case(without rate limit), please submit an application form via here, or send an email to dev@rpggo.ai to get an prod API key
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
The good news is, we are currently openning the api key management for everyone. You can
go to https://rpggo.ai/
Log in with your Google or Discord account. Click your avatar in the up-right corner and find the "Manage Your API Key" in the submenu. Copy the API key.
For users who create multiple apps, you should pass a header to specify which App is used for an API request. Future usage from these API requests will count against the specified App's subscription quota.
All API requests should include API key in HTTP header as follows:
Example curl command:
RPGGO server will verify permissions by the
Authorization
and several other parameters. If an incorrect key is used the API will return a 401 HTTP error.