From fb17f9b4abaf683ed0c0dafd5cb3714d5c986497 Mon Sep 17 00:00:00 2001 From: kbailey-basistech Date: Mon, 26 Sep 2016 16:43:29 -0400 Subject: [PATCH] syntax dependencies added --- examples/syntax_dependencies.curl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/syntax_dependencies.curl diff --git a/examples/syntax_dependencies.curl b/examples/syntax_dependencies.curl new file mode 100644 index 0000000..8fd147f --- /dev/null +++ b/examples/syntax_dependencies.curl @@ -0,0 +1,7 @@ +curl -X POST \ + -H "X-RosetteAPI-Key: your_api_key" \ + -H "Content-Type: application/json" \ + -H "Accept: application/json" \ + -H "Cache-Control: no-cache" \ + -d '{"content": "Sony Pictures is planning to shoot a good portion of the new Ghostbusters in Boston as well.", "genre": "social-media" }' \ + "https://api.rosette.com/rest/v1/syntax/dependencies"