Files
Get a file
Files
Get a file
Retrieves an existing temporary file.
GET
/
v1
/
files
/
{file_id}
// GET https://api.signatureapi.com/v1/files/{file_id}
// X-API-Key: key_test_...
{
"id": "fil_0nZXZ8pYPByQ4XksJbDl4r",
"expires_at": "2025-12-31T20:00:00.000Z"
}
Path Parameters
The unique identifier of a file.
Returns
Returns a 200 OK
status code along with a file object if successful, or an error otherwise.
// GET https://api.signatureapi.com/v1/files/{file_id}
// X-API-Key: key_test_...
{
"id": "fil_0nZXZ8pYPByQ4XksJbDl4r",
"expires_at": "2025-12-31T20:00:00.000Z"
}
// GET https://api.signatureapi.com/v1/files/{file_id}
// X-API-Key: key_test_...
{
"id": "fil_0nZXZ8pYPByQ4XksJbDl4r",
"expires_at": "2025-12-31T20:00:00.000Z"
}