Completion API
Applications
Generate content from an existing application with inputs.
POST
/
v1
/
applications
/
{application_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
application_id
string
requiredThe unique identifier of a No-code application in AI Studio.
Body
application/json
inputs
object[]
requiredResponse
200 - application/json
suggestion
string
requiredThe response from the model specified in the application.
title
string
The name of the output field.