Create Analysis
Create a new analysis with URLs and structured prompts.
This endpoint creates an analysis but does NOT automatically run it. Use POST //run to start processing after creation.
Accepts either existing structured prompt IDs or new prompt definitions. You must provide exactly one of these options.
Authorizations
API Key for external integrations (format: greetincs_...)
Body
Request schema for creating analysis with URLs and structured prompts.
1 - 255List of URLs to analyze
1Input for structured prompts - either refs or full definitions.
1000Optional workflow configuration. If not provided, defaults are used.
Response
Successful Response
Basic analysis API response.
Basic analysis creation data.
HATEOAS links related to this response (e.g., self, next, prev)
[
{
"href": "/resource/{resource_id}",
"method": "GET",
"rel": "self",
"title": "Resource Details"
},
{
"href": "/resource/{resource_id}/related",
"method": "GET",
"rel": "related",
"title": "Related Resources"
}
]