Chat pricing + whether transcripts are stored
GET
https://server.heyrik.com/api/v1/chat/configHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Response
Explore the example values. This is not a complete response schema.
dataobjectExplore 4 properties
credits_per_messagenumberExample 1
configuredbooleanExample true
archive_configuredbooleanExample false
archive_autobooleanExample true
GET/chat/config
cURL
curl https://server.heyrik.com/api/v1/chat/config \
-H "Authorization: Bearer $HEYRIK_API_KEY"Response example
JSON
{ "data": { "credits_per_message": 1, "configured": true, "archive_configured": false, "archive_auto": true } }Illustrative examples · No live request is sent
