POST
/
v1
/
applications
/
{application_id}
cURL
curl --location --request POST https://api.writer.com/v1/applications/{application_id} \
 --header "Authorization: Bearer <token>" \
 --header "Content-Type: application/json" \
--data-raw '{"inputs":[{"id": "Image ID", "value": ["12345"]}]}'
{
  "title": "Alt text",
  "suggestion": "A modern dining room with a minimalist design."
}
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<uuid>
required

The unique identifier of a no-code agent in AI Studio.

Body

application/json
inputs
generate_application_input · object[]
required
stream
boolean

Indicates whether the response should be streamed. Currently only supported for research assistant applications.

Response

suggestion
string
required

The response from the model specified in the application.

title
string

The name of the output field.