Add FAQ entries
Agent FAQ API
Add FAQ Entries
Add one or more FAQ entries to an agent’s knowledge base
POST
Add FAQ entries
Overview
Add FAQ (Frequently Asked Question) entries to a voice agent’s knowledge base. During a conversation, the agent uses these entries to recognize caller questions and respond with accurate, predefined answers — reducing reliance on the LLM for common queries. A successful request automatically setsfaqEnabled = true on the agent, enabling FAQ matching for all future conversations.
Required Permission
agents
Path Parameters
Request Body
FAQ Entry Object
Example cURL
Response
Success (200)
Response Fields
Error Responses
400 Bad Request - Validation errorLimits
An agent can hold a maximum of 100 FAQ entries per environment. Attempting to add more will return HTTP 400. Use List FAQs to check the current count before adding new entries.
Adding FAQ entries automatically enables FAQ matching on the agent (
faqEnabled = true). To disable FAQ matching without deleting entries, update the agent with faqEnabled: false via Update Agent.Save the
requestId from every response. You will need it if you contact Inya support to trace a specific request.Authorizations
API key with 'agents' permission
Path Parameters
Unique identifier of the agent
Body
application/json