diff --git a/README.md b/README.md index 9c214dd5a..90e2ca645 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ CLIP-as-service is a low-latency high-scalability service for embedding images a [*] with default config (single replica, PyTorch no JIT) on GeForce RTX 3090. +## Try it! + +```bash +curl -X POST http://demo-cas.jina.ai:51001/post -H 'Content-Type: application/json' \ + -d '{"data":[{"text": "hello, world!"}, {"uri": "https://clip-as-service.jina.ai/_static/favicon.png" }], "execEndpoint":"/"}' +``` + ## [Documentation](https://clip-as-service.jina.ai)