---
title: "Call a http endpoint"
method: POST
path: "/call"
tags: ["Feature"]
---

# Call a http endpoint

`POST /call`

Make a http call to another service and send the response
Supports all REST operations

## Request body

- ModelCallRequest
  - `body` unknown
  - `method` string
  - `url` string

## Response `200`

OK

- object

## Changes

- **2021-03-15** `9fe0703ff659` — 1 info
  - endpoint added
- **2020-10-16** `7db0e6057302` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/thecasualcoder/apis/swagger/changes/call/post.md)

---

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