Skip to main content
POST
Create Project Report

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string<uuid>
required

Body

application/json
prompts_ids
string[]
required
Minimum array length: 1
records_ids
string[]
required
Minimum array length: 1
title
string
required
category
string | null
context
string | null
context_expand
string | null
status
string | null
content
string | null
is_public
boolean | null
default:false
is_archived
boolean | null
default:false
preset_id
string | null
report_language
string | null
reasoning_mode
string | null

Response

Successful Response

id
string
required
prompts_ids
string[]
required
records_ids
string[]
required
project_id
string
required
category
string | null
required
title
string
required
context
string | null
required
context_expand
string | null
required
status
string
required
content
string | null
required
is_public
boolean
required
is_archived
boolean
required
is_deleted
boolean
required
preset_id
string | null
required
report_language
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
project_name
string | null