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://"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.