POST
/
publishAIPrompt
publishAIPrompt
curl --request POST \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/publishAIPrompt \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "description": "<string>",
    "name": "<string>",
    "state": 123
  }
]'
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  },
  "workflow_id": 123
}

Query Parameters

APIKey
string
required
name
string
required

Body

description
string
name
string
state
integer

Response

Success

service_status
object
workflow_id
integer