---
title: "POST /v1/{+endpoint}:predict"
method: POST
path: "/v1/{+endpoint}:predict"
tags: ["publishers"]
---

# POST /v1/{+endpoint}:predict

`POST /v1/{+endpoint}:predict`

## Path parameters

- `endpoint` string, required

## Request body

- GoogleCloudAiplatformV1PredictRequest — Request message for PredictionService.Predict.
  - `parameters` unknown
  - `labels` object — Optional. The user labels for Imagen billing usage only. Only Imagen supports labels. For other use cases, it will be ignored.
  - `instances` unknown[] — Required. The instances that are the input to the prediction call. A DeployedModel may have an upper limit on the number of instances it supports per request, and when it is exceeded the prediction call errors in case of AutoML Models, or, in case of customer created Models, the behaviour is as documented by that Model. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.
    - unknown

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/aiplatform.md) · [All operations](https://skmtc.dev/google/apis/aiplatform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/aiplatform/revisions/b608d71b91f0/schema)
