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

# Cloudflare Logpush

> Cloudflare Logpush 目标。

```http theme={null}
POST /api/v1/_cloudflare
```

接受 NDJSON，也支持 Cloudflare Logpush 常见的 gzip 请求体。每行成为一条日志事件，并写入
connector 的 `target_stream`（默认 `cloudflare`）。成功返回 `204`。

<Note>
  该端点不使用 Bearer Token。请配置已启用的 Cloudflare push connector，并通过
  `X-Connector-Token` 发送 Connector Token；也支持 `?token=...`。
</Note>
