cURL
curl --request POST \ --url https://api.langdock.com/knowledge/{folderId} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: multipart/form-data' \ --form 'url=<string>'
API key as Bearer token. Format "Bearer YOUR_API_KEY"
The ID of the knowledge folder
File uploaded successfully
Was this page helpful?