Skip to main content
POST
/
v1
/
advanced-research
/
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
config
object | null
required

The configuration for the advanced research

task
string | null
required

The task to be completed

img
string | null

The image to be used 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