Skip to main content
POST
Get AI-generated project title and description suggestions

Headers

x-api-key
string
required
x-api-secret
string
required

Body

application/json
name
string
required

The name of the project.

Example:

"Survey on Customer Satisfaction"

description
string
required

The description of the project.

Example:

"We are conducting a survey to understand customer satisfaction with our product."

Response

Pitch suggestions returned successfully

name
string
required

The name of the project.

Example:

"Survey on Customer Satisfaction"

description
string
required

The description of the project.

Example:

"We are conducting a survey to understand customer satisfaction with our product."

tone
enum<string>
required

The tone of this suggestion.

Available options:
professional,
casual,
discreet
Example:

"professional"

Last modified on March 18, 2026