Skip to main content

API Domain Change

We have migrated our API endpoint from api.valyu.network to api.valyu.ai.

What This Means

  • New API endpoint: All API requests should now be directed to https://api.valyu.ai
  • Backward compatibility: The old endpoint https://api.valyu.network will continue to work and remain identical to api.valyu.ai until January 1st, 2026
  • Action required: Please update your integrations to use the new domain at your earliest convenience

Timeline

  • Now: api.valyu.ai is fully operational
  • Until January 1st, 2026: Both api.valyu.network and api.valyu.ai will function identically
  • After January 1st, 2026: The api.valyu.network endpoint will be deprecated

How to Update

Simply replace api.valyu.network with api.valyu.ai in your API calls: Before:
curl -X POST https://api.valyu.network/v1/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "your search query"}'
After:
curl -X POST https://api.valyu.ai/v1/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "your search query"}'

SDK Updates

If you’re using our official SDKs, make sure you’re using the latest version which already points to api.valyu.ai:

Questions?

If you have any questions or concerns about this migration, please contact us at contact@valyu.network or join our Discord community.
I