Funnels

Retrieve all funnels

get

Retrieve all funnels in a workspace.

Responses
200

All funnels in a workspace.

application/json
get
/funnels

Retrieve a single funnel

get

Retrieve a funnel by its ID.

Path parameters
funnelIdstringRequired

The funnel's ID.

Example: 981ba079-62a6-442c-8dfb-a72af6e96b8c
Responses
200

A funnel.

application/json
get
/funnels/{funnelId}

Create a new funnel

post

Create a new funnel.

Body
namestringRequired

The funnel's name.

Example: My Funnel
promptstringRequired

The prompt used to generate the funnel.

Example: This is a prompt
themeobjectRequired

The funnel's theme.

Example: BOLD_AND_FUTURISTIC
Responses
post
/funnels

Update a single funnel

patch

Update a funnel by its ID.

Path parameters
funnelIdstringRequired

The funnel's ID.

Example: 981ba079-62a6-442c-8dfb-a72af6e96b8c
Body
namestringRequired

The funnel's name.

Example: My Funnel
Responses
200

A funnel.

application/json
patch
/funnels/{funnelId}

Delete a funnel

delete

Delete a funnel.

Path parameters
funnelIdstringRequired

The funnel's ID.

Example: 981ba079-62a6-442c-8dfb-a72af6e96b8c
Responses
200

The funnel that was deleted.

application/json
delete
/funnels/{funnelId}

Last updated

Was this helpful?