POST
/
api
/
v1
/
knowledge-base
/
collection
/
{collectionId}
/
file
/
{fileId}
Add file to collection
curl --request POST \
  --url https://prod.featherhq.com/api/v1/knowledge-base/collection/{collectionId}/file/{fileId} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

collectionId
string
required
fileId
string
required

Response

200
application/json

File added to knowledge base collection successfully

The response is of type object.