This API allows game directors and third-party applications to generate one-time chat session links for players to interact with NPCs. The API is RESTful and uses JSON for request and response payloads.
Important: Keep your API key secure. Do not expose it in client-side code or public repositories.
All API requests must include an API key in the Authorization header using the Bearer token format.
Authorization: Bearer your-api-key-hereAPI keys are managed by the Planet Mado system administrator. Contact them to request an API key for your application.