Skip to main content
POST
cURL
No-code applications are now called no-code agents. The Applications API, which you can use to programmatically interact with no-code agents, still uses the term application to minimize breaking changes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.

Path Parameters

application_id
string
required

The ID of the no-code app for which to create a job.

Body

application/json
inputs
generate_application_input · object[]
required

A list of input objects to generate content for.

Response

202 - application/json
id
string<uuid>
required

The unique identifier for the async job created.

status
enum<string>
required

The status of the job.

Available options:
in_progress,
failed,
completed
created_at
string<date-time>
required

The timestamp when the job was created.