---
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

---

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