curl --request POST \
--url https://api.helpyousponsor.com/v1/file/{type}/{id}/upload \
--header 'Content-Type: multipart/form-data' \
--header 'X-HYS-API-Key: <api-key>' \
--form file='@example-file'{
"message": "Successful"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
API key generated from Developer Settings. Format: hys_...
Type of the file (entity or donor)
ID of the entity or donor
File to be uploaded
File to be uploaded
Successful operation
"Successful"
curl --request POST \
--url https://api.helpyousponsor.com/v1/file/{type}/{id}/upload \
--header 'Content-Type: multipart/form-data' \
--header 'X-HYS-API-Key: <api-key>' \
--form file='@example-file'{
"message": "Successful"
}