Skip to main content
POST
Create project

Authorizations

x-api-key
string
header
required

API key for authentication.

Body

application/json
name
string
required

Name for the project.

Minimum string length: 1
Example:

"AI M&A Tracking"

description
string

Optional description.

Example:

"Tracks AI-related M&A activity for our investment team."

Response

Project created successfully.

success
boolean
required

True if the operation succeeded; false otherwise.

Example:

true

message
string
required

Human-readable result message.

Example:

"Project created successfully."

project_id
string<uuid>
required

Project identifier.

Example:

"60a85db4-78ec-4b78-876a-bc7d9cdadd04"

name
string
required

Name of the created project.

Example:

"AI M&A Tracking"