Skip to main content
POST
https://prod-api.raisedonors.com
/
api
/
org-knowledge
/
upload
Upload a Knowledge Source File
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>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

multipart/form-data
file
file

Response

OK

Response from file upload containing the blob path.

blobPath
string | null
Last modified on June 5, 2026