Upload files via API
Last updated
Last updated
To add documents to an Doc+Search node you can call the following endpoint
This endpoint requires the following variables:
flow_id: the id displayed on the url of your flow.
node_id: the id of the node where to upload the files (e.g. 'docemb-0').
org: your organization name.
The body of the request needs to be a list of files opened in bytes. Additionally, the request needs to be signed with your private api key. Example of usage: