-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This cURL does not work, but I think it should work:
curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: 524bbcd7-2f88-c363-6e0b-31a271d32e17" -d '[{
"method": "POST",
"endpoint": "http://api.freme-project.eu/current/toolbox/nif-converter/",
"headers": {
"content-type": "text/html",
"accept": "text/turtle"
}
},
{
"method": "POST",
"endpoint": "http://api.freme-project.eu/current/e-entity/freme-ner/documents/",
"parameters": {
"language": "en",
"dataset": "dbpedia"
},
"headers": {
"content-type": "text/turtle",
"accept": "text/turtle"
}
}
]
' "http://api.freme-project.eu/current/pipelining/chain?intype=url&input=http://beautifulberlin.blogspot.de/2009/07/short-history-of-berlin.html"