Skip to main content
POST
Create FAQ

Path Parameters

orgId
string<uuid>
required

The ID of the organization

Body

Payload required to create a new FAQ

title
string
required

The title of the FAQ

content
string
required

The content/answer of the FAQ

botIds
string<uuid>[]

Array of bot IDs to attach this FAQ to

Response

Response returned after creating an FAQ

success
enum<boolean>
required
Available options:
true
data
object
required

Represents a single FAQ entry and its bot associations