Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://prod-api.raisedonors.com/api/org-knowledge/upload \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "blobPath": "<string>" }
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
OK
Response from file upload containing the blob path.
Was this page helpful?