Skip to main content
GET
/
radius
/
migration
/
signed-url
Get a Signed Upload URL
curl --request GET \
  --url https://api.altostrat.io/radius/migration/signed-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "https://s3.amazonaws.com/bucket/...",
  "filename": "rad_file_01HGM5V65A5A5A5A5A5A5A5A5A.csv",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <token>

Response

A pre-signed URL and filename for the upload.

url
string

The pre-signed URL for the PUT request.

Example:

"https://s3.amazonaws.com/bucket/..."

filename
string

The unique filename to use for subsequent API calls.

Example:

"rad_file_01HGM5V65A5A5A5A5A5A5A5A5A.csv"

expires_at
string<date-time>

The time at which the URL will expire.