Download OpenAPI specification:
Generates invoice data based on clear prompts in the request body.
| instruction required | string |
{- "instruction": "Create an invoice from Jane Doe to Chimoney Incorporated for Web Dev Service which I provided for 4 months at $5/month and for Project Management cost of $100 with tax rate of 5%."
}{- "status": "Successful invoice generation",
- "data": {
- "invoiceNumber": "invoice_2025_123_web_project",
- "invoiceDate": "2025-08-24",
- "sender": {
- "firstName": "John",
- "lastName": "Doe"
}, - "recipient": {
- "companyName": "Chimoney Incorporated",
- "addressLine1": "Web Dev Service",
- "email": "chimoneyapi@gmail.com"
}
}
}