This document is generated by Apidog. Following the Rimunace API update to v3, the API documentation has transitioned from Bump.sh to Apidog, providing an all-in-one workspace for API design, documentation, debugging, testing, and mocking.
Authorization: Bearer ********************
{ "tier": "free" }
curl --location --request POST 'https://api.rimunace.xyz/admin/api-key' \ --header 'Content-Type: application/json' \ --data-raw '{ "tier": "free" }'
{ "apiKey": { "key": "string", "config": { "tier": "free", "credits": 0, "maxCredits": 0, "rpm": 1, "rph": 1, "owner": { "discord_id": "string", "discord_username": "string", "discord_img": "string", "category": "string" } } } }