Skip to main content
GET
/
bills
/
{id}
/
file-url
Get bill file URL
const options = {method: 'GET'};

fetch('https://api.dolfinai.co/bills/{id}/file-url', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "url": "<string>",
  "fileType": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dolfinai.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

Response

OK

url
string
required
fileType
null | string