> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vturb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# cross_site_request

> Cross-site requests are not accepted. Call this API from a vturb.com origin.

|             |                                                    |
| ----------- | -------------------------------------------------- |
| HTTP status | `403 Forbidden`                                    |
| `code`      | `cross_site_request`                               |
| `type`      | `https://docs.vturb.com/errors/cross_site_request` |

Cross-site requests are not accepted. Call this API from a vturb.com origin.

```json theme={null}
{
  "type": "https://docs.vturb.com/errors/cross_site_request",
  "code": "cross_site_request",
  "message": "Cross-site requests are not accepted. Call this API from a vturb.com origin.",
  "request_id": "0b5e7a1c-9f3d-4c2b-8e1a-7d6c5b4a3f21"
}
```
