Skip to main content
GET
/
api
/
v1
/
data-sources
/
{id}
/
presigned-url
Get a presigned URL for a data source
curl --request GET \
  --url https://api.getdecisional.ai/api/v1/data-sources/{id}/presigned-url \
  --header 'Authorization: Basic <encoded-value>'
{
  "presigned_url": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Response

200 - application/json

Presigned URL found

presigned_url
string