Knowledge base
Register File Upload
Register a file upload for a knowledge base by its id
Registering a file upload is a three step process:
- Get upload URL (GET /v2/knowledge//upload_url)
- Upload file to the URL
- Register file (POST /v2/knowledge//register_file)
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the knowledge base to register the file for
Body
application/json
Response
201
application/json
Successful Response
The response is of type object
.