Skip to main content
POST
Create Analysis

Authorizations

X-API-Key
string
header
required

API Key for external integrations (format: greetincs_...)

Body

application/json

Request schema for creating analysis with URLs and structured prompts.

name
string
required
Required string length: 1 - 255
urls
string[]
required

List of URLs to analyze

Minimum array length: 1
structured_prompts
StructuredPromptInput · object
required

Input for structured prompts - either refs or full definitions.

description
string | null
Maximum string length: 1000
config
AnalysisConfigInput · object | null

Optional workflow configuration. If not provided, defaults are used.

Response

Successful Response

Basic analysis API response.

data
AnalysisCreateData · object
required

Basic analysis creation data.

response_type
string
default:AnalysisCreateResponse

HATEOAS links related to this response (e.g., self, next, prev)

Example: