Skip to content

Commit

Permalink
Fixed text_embedding.curl example text
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Sep 2, 2016
1 parent 415e340 commit 823cb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text_embedding.curl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ curl -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Cache-Control: no-cache" \
-d '{"content": null }' \
-d '{"content": "Cambridge, Massachusetts" }' \
"https://api.rosette.com/rest/v1/text-embedding"

0 comments on commit 823cb3e

Please sign in to comment.