---
title: "GraphQL batch endpoint."
method: POST
path: "/api/content/{app}/graphql/batch"
tags: ["Contents"]
---

# GraphQL batch endpoint.

`POST /api/content/{app}/graphql/batch`

You can read the generated documentation for your app at /api/content/{appName}/docs.

## Path parameters

- `app` string, required

## Headers

- `X-Unpublished` boolean

## Request body

- unknown

## Response `200`

Contents returned or mutated.

- unknown

## Other responses

- `400` — Validation error.
- `404` — App not found.
- `500` — Operation failed.

---

[API](https://skmtc.net/squidex/apis/squidex-api.md) · [All operations](https://skmtc.net/squidex/apis/squidex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/squidex/squidex-api/versions/b4a9b62f113a/schema)
