---
title: "Conformance no-op declaring gpu_required — proves the GPU dispatch-routing seam."
method: POST
path: "/v1/identity/gpu"
tags: ["resource-facade"]
---

# Conformance no-op declaring gpu_required — proves the GPU dispatch-routing seam.

`POST /v1/identity/gpu`

## Headers

- `x-api-key` string, nullable

## Request body

- IdentityGpuInput
  - `params` NoParams — Default params model for a process that takes none.
  - `project_id` string, nullable
  - `item_ids` string[]

## Response `200`

Successful Response

- ProcessRunResult — The uniform result shape every projected process returns. `status` is 'completed' for an inline run (outputs ready now) or 'dispatched' for an async runtime (poll job_id via processing.job.get / processing.job.wait).
  - `process_id` string, required
  - `status` string, required
  - `job_id` string, nullable
  - `input_count` integer
  - `outputs` ProcessOutputRef[]
    - `kind` string, required
    - `key` string, required
    - `item_id` string, required
    - `asset_id` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
