cURL
curl --request GET \ --url https://agp.hcompany.ai/api/v1/trajectories/{id}/resources/{bucket}/{key} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Redirect the client to a presigned URL to securely access a trajectory-related resource stored in S3.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response