v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
audience
Audiences

Submit

Initiate audience creation call. Takes in a SQL payload as structured JSON.

post/audience/from_parsed_json/new

Request body

audience_namestring nullable

If provided, used as the name of the audience. If missing, we infer an accurate name via LLM call.

audience_descriptionstring nullable

If provided, used as the description of the audience. If missing, we infer an accurate description via LLM call.

parsed_jsonobject required

The parsed JSON object (corresponding to something created through the query builder) to create an Audience from.

Response

Successful Response

task_idstring required

The ID of the task that was started. This is generally queryable at a nearby /status endpoint to get the current status of the task.