POST
/
v1
/
applications
/
{application_id}
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
required

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

Body

application/json

Response

200
application/json

The response is of type object.