cURL
curl --request GET \ --url https://api.getdecisional.ai/api/v1/data-sources/{id}/presigned-url \ --header 'Authorization: Basic <encoded-value>'
{ "presigned_url": "<string>" }
Returns a presigned URL for a data source
Documentation IndexFetch the complete documentation index at: https://docs.getdecisional.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getdecisional.ai/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Presigned URL found