---
title: "Create"
method: POST
path: "/backends/http_response"
tags: ["HTTPResponseBackends"]
---

# Create

`POST /backends/http_response`

## Headers

- `ngrok-version` integer, required

## Request body

- HTTPResponseBackendCreate
  - `description` string — human-readable description of this backend. Optional
  - `metadata` string — arbitrary user-defined machine-readable data of this backend. Optional
  - `body` string — body to return as fixed content
  - `headers` object — headers to return
  - `status_code` integer — status code to return

## Response `201`

n/a

- HTTPResponseBackend
  - `id` string — n/a
  - `uri` string — URI of the HTTPResponseBackend API resource
  - `created_at` string — timestamp when the backend was created, RFC 3339 format
  - `description` string — human-readable description of this backend. Optional
  - `metadata` string — arbitrary user-defined machine-readable data of this backend. Optional
  - `body` string — body to return as fixed content
  - `headers` object — headers to return
  - `status_code` integer — status code to return

---

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