Skip to main content
All E2 resources require an API key. Send your API key in the x-api-key header on every request.
curl -X POST https://api.embed.earth/search \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"query":"Boston","limit":5}'