curl --request GET \ --url 'https://apis.proofy.io/v1/verify/file/{id}/download?api_key='
Copy
{ "status": "<string>", "url": "<string>"}
File
Download file
Get download link for file with results
GET
/
verify
/
file
/
{id}
/
download
cURL
Copy
curl --request GET \ --url 'https://apis.proofy.io/v1/verify/file/{id}/download?api_key='
Copy
{ "status": "<string>", "url": "<string>"}
This endpoint returns a link to a file containing the verification result data in CSV format. The only required parameters for this endpoint are the API key and the file ID of the file to be uploaded.