---
title: "GraphQL Endpoint"
method: POST
path: "/api/v1/graphql"
tags: ["GraphQL"]
---

# GraphQL Endpoint

`POST /api/v1/graphql`

Advanced querying interface for complex operations

## Request body

- object
  - `query` string, required
  - `variables` object
  - `operationName` string

## Response `200`

GraphQL query executed successfully

- object
  - `data` unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — Invalid GraphQL query
- `401` — Unauthorized - missing or invalid JWT token

---

[API](https://skmtc.dev/specstoryai/apis/specstory-cloud-api.md) · [All operations](https://skmtc.dev/specstoryai/apis/specstory-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/specstoryai/specstory-cloud-api/revisions/2009d44a1949/schema)
