New Version - Now Available

The search API that boost your products

Integrate a fast, scalable, and accurate search engine in minutes. Designed for developers, startups, and companies that need real results.


const search = async (query) => {

  const res = await fetch('https://api.astiango.com/v1/search', {
    headers: { 'Authorization': 'Bearer ' + API_KEY },
    body: JSON.stringify({ q: query })
  });

  return res.json();

}

World-class infrastructure

Astian Privacy

We do not store query logs or track your users' IP addresses.

Scalable

From personal projects to millions of searches per second.

Velocidad Extrema

Resultados en milisegundos gracias a nuestra red de nodos globales.

Semantic Search

Advanced AI that understands the intent behind every word.

Easy Implementation

Clear endpoints and documentation designed for humans.

Safety

TLS 1.3 encryption and robust authentication using API keys.

Plans that scale with you

No hidden fees. No long-term commitments. You only pay for what you use.

Built for demanding developers

Clear endpoints, consistent responses, and an experience designed so you can focus on building, not fighting with technology. We support native GraphQL, REST, and Webhooks.

Ver documentación completa
GET /v1/indexes
200 OK
POST /v1/batch
201 CREATED
DELETE /v1/record/42
204 NO CONTENT