You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipelines accept arrays of valid JSON objects. You can send multiple objects in a single request, provided the total data volume is within the [documented limits](/pipelines/platform/limits). Sending data in a different format will result in an error.
28
+
29
+
For example, you can send data to your pipeline using a curl command like this:
30
+
```sh
31
+
curl -X POST https://<PIPELINE-ID>.pipelines.cloudflare.com \
0 commit comments