Skip to main content

tagging-paras

curl -X POST -H 'X-API-KEY: <YOUR_API_KEY>' -H 'accept: */*' -H 'content-type: application/json' 'https://media-api.geneea.com/v2/nlp/analyze' -d '{
"id": "1234",
"paraSpecs": [
{"type": "title", "text": "Macron in Germany."},
{"type": "abstract", "text": "Emmanuel Macron is visiting Germany again."},
{"type": "text", "text": "Mr. Macron visited a trade show in Munich."}
]
}'