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."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

application_id
string
required

The unique identifier of a No-code application in AI Studio.

Body

application/json
inputs
object[]
required
stream
boolean

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

Response

200
application/json
suggestion
string
required

The response from the model specified in the application.

title
string

The name of the output field.