cURL
curl --request GET \ --url https://chat.muffinscorp.com/api/public/subscription \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "features": [ "<string>" ], "price": 123 } ]
Retorna informações sobre as assinaturas disponíveis.
Documentation IndexFetch the complete documentation index at: https://docs.muffinscorp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.muffinscorp.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Lista de assinaturas retornada com sucesso.
Identificador único da assinatura.
Nome da assinatura.
Lista de features incluídas na assinatura.
Preço mensal da assinatura.