About this page
This page is a high-volume Q&A index built from real product behavior in the backend and frontend codepaths. Use it when users ask operational questions and you need fast, practical answers.Quick high-signal answers
- API flow: create API key -> call
POST /v1/response-> reuse returnedsession_idfor follow-ups. - System instructions: set in Dashboard -> Bot -> AI Engine -> Behavior (
systemInstructions, max8000chars). /v1/responseauth:Authorization: Bearer vka_...orx-api-key: vka_....- Session memory: reuse
session_idfor follow-up calls. - Plan limits (context/tokens): Free
50/4096, Plus75/8192, Pro100/16384, Ultra150/32768. - Plan full matrix (
verbs/msg-min/context/max-tokens): Free5/20/50/4096, Plus10/40/75/8192, Pro20/100/100/16384, Ultra40/unlimited/150/32768.
API questions
How does the API work?
How does the API work?
POST /v1/response with character + messages, then reuse the returned session_id to keep conversation memory. Use stream: true for SSE on Plus/Pro/Ultra.How do I authenticate requests to api.verba.ink?
How do I authenticate requests to api.verba.ink?
Authorization: Bearer vka_... or x-api-key: vka_....How do I call the text endpoint?
How do I call the text endpoint?
POST /v1/response with character and messages.How do I call /v1/response with API key auth and session memory?
How do I call /v1/response with API key auth and session memory?
Authorization: Bearer vka_... (or x-api-key), send character + messages, and reuse session_id across calls. If omitted on first call, API returns a generated session_id you can keep using.How do I generate images through API?
How do I generate images through API?
POST /v1/image with character and prompt.What value goes in character?
What value goes in character?
/v/my_slug).Does API support streaming?
Does API support streaming?
/v1/response supports SSE when stream: true.Why does streaming return forbidden?
Why does streaming return forbidden?
Does API keep session memory?
Does API keep session memory?
session_id to continue context.Can I pass system role messages?
Can I pass system role messages?
/v1/response.Can I send images in /v1/response?
Can I send images in /v1/response?
messages[].content image parts or top-level image_urls.How many image URLs can I attach?
How many image URLs can I attach?
Can I use tools/function calls?
Can I use tools/function calls?
What are /v1/response hard payload limits?
What are /v1/response hard payload limits?
messages: max 60; each message text max 4000 chars; total text max 20000 chars; combined image_urls max 4; session_id max 128 chars; tools max 8 definitions and 2 executed calls per request.How many API keys can I keep active?
How many API keys can I keep active?
3 active API keys per account.Why do I get payload too large errors?
Why do I get payload too large errors?
Plans and limits questions
What are Free/Plus/Pro/Ultra limits for context, max tokens, verbs, and message rate?
What are Free/Plus/Pro/Ultra limits for context, max tokens, verbs, and message rate?
5/20/50/4096, Plus 10/40/75/8192, Pro 20/100/100/16384, Ultra 40/unlimited/150/32768 (format: verbs/msg-min/context/max-tokens).What are max model context and max response tokens by plan?
What are max model context and max response tokens by plan?
50 context, 4096 max tokens. Plus: 75, 8192. Pro: 100, 16384. Ultra: 150, 32768.Which plans support streaming on /v1/response?
Which plans support streaming on /v1/response?
stream: true. Free does not.How many verbs can I create per plan?
How many verbs can I create per plan?
5, Plus 10, Pro 20, Ultra 40.Discord questions
Why does my bot connect but not respond?
Why does my bot connect but not respond?
How do I make it respond without pinging in one channel?
How do I make it respond without pinging in one channel?
/activate-channel there.How do I stop auto-replies in that channel?
How do I stop auto-replies in that channel?
/remove-channel.Can the bot reply to other bots?
Can the bot reply to other bots?
Why does /reset fail for regular members in a server?
Why does /reset fail for regular members in a server?
Does /reset work in DMs?
Does /reset work in DMs?
Why does /generate fail?
Why does /generate fail?
Why does 'The application did not respond' appear?
Why does 'The application did not respond' appear?
Can I hide/disable specific slash commands?
Can I hide/disable specific slash commands?
Can I update bot status/presence from dashboard?
Can I update bot status/presence from dashboard?
How do I remove bot from a specific server?
How do I remove bot from a specific server?
Why do only some pings get a reply when many bots are tagged?
Why do only some pings get a reply when many bots are tagged?
Memory, knowledge, and training questions
How do system instructions work?
How do system instructions work?
Where do I set system instructions and what is the limit?
Where do I set system instructions and what is the limit?
systemInstructions). Max length is 8000 characters.How many knowledge entries can I store?
How many knowledge entries can I store?
How do I add docs quickly from a URL?
How do I add docs quickly from a URL?
What if URL scrape gives poor output?
What if URL scrape gives poor output?
What is auto memory?
What is auto memory?
What should auto-memory instructions include?
What should auto-memory instructions include?
Why does my bot ignore training examples?
Why does my bot ignore training examples?
Can knowledge and memory conflict?
Can knowledge and memory conflict?
How does context size affect memory quality?
How does context size affect memory quality?
Do memory entries have importance levels?
Do memory entries have importance levels?
Should I store full transcripts in memory?
Should I store full transcripts in memory?
Chat, groups, and realtime questions
How many groups can one user own?
How many groups can one user own?
Why did my message get blocked in group chat?
Why did my message get blocked in group chat?
What is the message history page size?
What is the message history page size?
Can I DM a private verb I do not own?
Can I DM a private verb I do not own?
Why are updates instant across tabs?
Why are updates instant across tabs?
Can owner leave their own group?
Can owner leave their own group?
Who can add/remove verbs in groups?
Who can add/remove verbs in groups?
Are message image uploads limited?
Are message image uploads limited?
Account, billing, and security questions
How many active API keys can I keep?
How many active API keys can I keep?
Do revoked API keys keep working?
Do revoked API keys keep working?
How long does a magic link stay valid?
How long does a magic link stay valid?
Can I sign in with backup code for 2FA?
Can I sign in with backup code for 2FA?
Can I disconnect Patreon anytime?
Can I disconnect Patreon anytime?
Why is a model missing in settings?
Why is a model missing in settings?
Why do requests fail with insufficient credits?
Why do requests fail with insufficient credits?
What happens when I delete my account?
What happens when I delete my account?

