To use Embedchain as a REST API service, run the following command:
Copy
docker run --name embedchain -p 8080:8080 embedchain/rest-api:latest
Navigate to http://localhost:8080/docs to interact with the API. There is a full-fledged Swagger docs playground with all the information about the API endpoints.