v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
audience

Controller Handle From Parsed Json

Given parsed JSON and a datasource ID, returns an Audience object corresponding to that parsed JSON. Also initiates stats generation on the created audience.

post/audience/from_parsed_json

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

object required