Chat pricing + whether transcripts are stored

GEThttps://server.heyrik.com/api/v1/chat/config

Headers

AuthorizationstringRequired

Use Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.

Get your API key

Response

Explore the example values. This is not a complete response schema.

dataobject
Explore 4 properties
credits_per_messagenumber

Example 1

configuredboolean

Example true

archive_configuredboolean

Example false

archive_autoboolean

Example true

Error reference
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

Docs

Build sophisticated voice experiences with HeyRik.

© 2026 HeyRik · Support