Insert new questions and answers into FAQ template for a knowledge base
Copy
curl --request POST \ --url https://api-prod.interactly.ai/kb/v1/knowledge-bases/{id}/faq-template \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "faq": [ { "question": "What is the address of your clinic?", "answer": "12345 Elm Street, Springfield, CA 12345, USA", "category": "General Enquiry", "updatable": true } ]}'
Copy
{ "faq": [ { "id": "6789abcdef01234567890abc", "question": "What is the address of your clinic?", "answer": "12345 Elm Street, Springfield, CA 12345, USA", "category": "General Enquiry", "updatable": true } ]}
Knowledge Bases
Insert new questions and answers into FAQ template for a knowledge base
Returns a list of frequently asked questions along with their answers
POST
/
kb
/
v1
/
knowledge-bases
/
{id}
/
faq-template
Insert new questions and answers into FAQ template for a knowledge base
Copy
curl --request POST \ --url https://api-prod.interactly.ai/kb/v1/knowledge-bases/{id}/faq-template \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "faq": [ { "question": "What is the address of your clinic?", "answer": "12345 Elm Street, Springfield, CA 12345, USA", "category": "General Enquiry", "updatable": true } ]}'
Copy
{ "faq": [ { "id": "6789abcdef01234567890abc", "question": "What is the address of your clinic?", "answer": "12345 Elm Street, Springfield, CA 12345, USA", "category": "General Enquiry", "updatable": true } ]}