Skip to main content
POST
/
v1
/
advanced-research
/
batch
/
completions
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "outputs": "<any>",
    "timestamp": "<string>",
    "sources": 123,
    "characters_per_source": 123,
    "usage": {}
  }
]

Headers

x-api-key
string
required

Body

application/json
input_schemas
AdvancedResearchInputSchema · object[] | null
required

The input schemas for the advanced research

Response

Successful Response

id
string | null
required

The id of the advanced research session

name
string | null
required

The name of the advanced research session

description
string | null
required

The description of the advanced research session

outputs
any
required

The outputs of the advanced research session

timestamp
string | null
required

The timestamp of the advanced research session

sources
integer | null
required

The number of sources used for the advanced research session

characters_per_source
integer | null
required

The number of characters per source used for the advanced research session

usage
object | null
required

The usage of the advanced research session

I