We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823cb3e + fb17f9b commit 35549e4Copy full SHA for 35549e4
examples/syntax_dependencies.curl
@@ -0,0 +1,7 @@
1
+curl -X POST \
2
+ -H "X-RosetteAPI-Key: your_api_key" \
3
+ -H "Content-Type: application/json" \
4
+ -H "Accept: application/json" \
5
+ -H "Cache-Control: no-cache" \
6
+ -d '{"content": "Sony Pictures is planning to shoot a good portion of the new Ghostbusters in Boston as well.", "genre": "social-media" }' \
7
+ "https://api.rosette.com/rest/v1/syntax/dependencies"
0 commit comments