diff --git a/examples/text_embedding.curl b/examples/text_embedding.curl index c1df1c5..a9b077b 100644 --- a/examples/text_embedding.curl +++ b/examples/text_embedding.curl @@ -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"