Skip to main content
POST
Create a New Hive

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
hiveType
enum<string>
required
Available options:
WEBSITE,
GOOGLE_DOCS,
DOCS,
TRANSCRIPTS
url
string | null

URL of the content

Required string length: 1 - 512
file_ids
string[] | null

List of file ids to be referenced for the hive

hiveProps
Hiveprops · object | null

To recursively crawl child pages, add this as props {"crawl_child_pages": true}, "depth": "3"

Response

Hive created successfully

Reference to all business knowledge base will be stored in Hive

content
HiveContent · object
required
status
string
required
id
string
orgId
string
createdBy
string
createdAt
string<date-time>
updatedBy
string
updatedAt
string<date-time>