---
title: "Initialize an intelligent search and return the ID of the task/search for further processing."
method: POST
path: "/intelligent/search"
---

# Initialize an intelligent search and return the ID of the task/search for further processing.

`POST /intelligent/search`

Initialize an intelligent search and return the ID of the task/search for further processing.

## Query parameters

- `term` string, required
- `maxresults` integer, required
- `buckets` string
- `timeout` integer, required
- `datefrom` string, required
- `dateto` string, required
- `sort` integer, required
- `media` integer, required
- `lookuplevel` integer
- `terminate` string[]

## Response `200`

Success search

- object
  - `status` integer — Result status
  - `id` string

## Other responses

- `400` — Invalid data
- `401` — Invalid api token; not authorized for buckets
- `402` — if no credits available

---

[API](https://skmtc.net/intelligencex/apis/intelx-io-search-api.md) · [All operations](https://skmtc.net/intelligencex/apis/intelx-io-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intelligencex/intelx-io-search-api/versions/09fb9b26ddff/schema)
