Hestonlabs

API Reference

Free and open — no auth required. Rate limits apply on embedding endpoints.

Base URL

https://api.hestonlabs.com

Endpoints

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