Back to Tools

Elasticsearch

Data

Elasticsearch search and analytics. Index, search, and analyze data at scale.

Available Actions
indexsearchbulkdelete
Input Schema
{
  "type": "object",
  "required": [
    "index"
  ],
  "properties": {
    "index": {
      "type": "string"
    },
    "query": {
      "type": "object"
    },
    "document": {
      "type": "object"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "_id": {
      "type": "string"
    },
    "hits": {
      "type": "object"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/elasticsearch

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/elasticsearch \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "index"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.