AI Invoice Data Generator (1.0.0)

Download OpenAPI specification:

Generates invoice data based on clear prompts in the request body.

Generates an invoice based on provided instructions.

Authorizations:
ApiKeyAuth
Request Body schema: application/json
required
instruction
required
string

Responses

Request samples

Content type
application/json
{
  • "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%."
}

Response samples

Content type
application/json
{
  • "status": "Successful invoice generation",
  • "data": {
    }
}