Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
attached-files
/
{type}
/
{file_id}
/
{file}
Get Signed Url For Attached File
curl --request GET \
  --url https://api.pulze.ai/v1/apps/{app_id}/attached-files/{type}/{file_id}/{file} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string<uuid>
required
type
string
required
file_id
string
required
file
string
required

Response

Successful Response

The response is of type Response Get Signed Url For Attached File V1 Apps App Id Attached Files Type File Id File Get · object.