Skip to main content
POST
/
getKeywordValueFromText
getKeywordValueFromText
curl --request POST \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getKeywordValueFromText \
  --header 'Content-Type: application/json' \
  --data '
{
  "Content": "<string>",
  "keyword": "<string>"
}
'
{
  "result": "<string>",
  "service_status": {
    "invoice_id": 123,
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://apidocs.ezzydoc.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

APIKey
string
required

Body

Content
string
keyword
string

Response

Success

result
string
service_status
object