api reference
Free and open. No authentication required. Rate limits apply on embedding endpoints.
base url
https://api.hestonlabs.comendpoints
examples
import requests
r = requests.get("https://api.hestonlabs.com/latent/v1/latest")
data = r.json()
print(data["timestamp"])
print(data["embedding"]) # list of 128 floats