🆕Search Engine API

You can seamlessly integrate IonAi's Search Engine API methods into your documentation, allowing for automatic generation and maintenance of API methods. This ensures that developers have the most up-to-date and detailed information at their fingertips.

Get Data Search Engine

GET /v1/search

The Get Data Search Engine endpoint is designed to facilitate powerful and efficient search capabilities within applications. Leveraging IonAi's advanced AI-enhanced search engine, this endpoint allows users to perform searches with precision and speed, providing relevant results based on input queries.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type

query

string

Response

{
  "id": "vvceseearbwyikubfpmzzpnkfauwci",
  "test": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."
}

Last updated