Skip to main content
GET
/
api
/
v1
/
location
/
file
/
{filename}
Download a generated Ping.Location report PDF
curl --request GET \
  --url https://api.sovfixer.com/api/v1/location/file/{filename} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

filename
string
required

Filename from status poll response

Response

PDF file bytes (Content-Type: application/pdf)