Generate a new PDF invoice from a JSON payload
curl --request POST \
--url https://api.finepdf.dev/v1/invoices/generate \
--header 'Content-Type: application/json' \
--data '
{
"template": "<string>",
"invoice_number": "<string>",
"items": [
{}
]
}
'{
"invoiceUrl": "<string>",
"jobId": "<string>"
}minimal, bold).description, quantity, and unit_price.Was this page helpful?
curl --request POST \
--url https://api.finepdf.dev/v1/invoices/generate \
--header 'Content-Type: application/json' \
--data '
{
"template": "<string>",
"invoice_number": "<string>",
"items": [
{}
]
}
'{
"invoiceUrl": "<string>",
"jobId": "<string>"
}