v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
AI

AI Invoice Data generator

post/v0.2.4/ai/invoice/generate

Request body

instructionstring required

An intruction to generate an Invoice.

Response

Success.

statusstring

Status of the request.

messagestring

Success message.

Example response

{
  "status": "success",
  "message": "Invoice generated sucessfully",
  "data": {
    "downloadURL": "https://",
    "chimoneyPaymentRequestCreateURL": "https://",
    "chimoneyAPIEndpoint": "https://"
  }
}