Skip to main content
POST
Run an AI pass over items

Authorizations

x-api-key
string
header
required

API key created from the Nephia dashboard for your Account.

Headers

Idempotency-Key
string

Unique key (e.g. UUID) making this POST safe to retry for 24 hours. Replays return the original response with an Idempotency-Replayed: true header; reusing a key with a different body returns 422.

Maximum string length: 255

Body

application/json
kind
enum<string>
required
Available options:
group,
classify,
agent,
summarise
items
object[]
Required array length: 1 - 200 elements
watch_id
string<uuid>
since
string<date-time>
limit
integer
Required range: 1 <= x <= 200
instruction
string
Required string length: 1 - 800
schema
object
buckets
object[]
Required array length: 1 - 20 elements
question
string
Required string length: 1 - 500

Response

Analysis result

meta
object
required
data
object
required