Skip to content

Commit 35549e4

Browse files
authored
Merge pull request #8 from kbailey-basistech/RCB-473_SyntaxDependencies
syntax dependencies added
2 parents 823cb3e + fb17f9b commit 35549e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/syntax_dependencies.curl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)