Support

Help for cURL Send.

cURL Send is built for importing cURL commands, running API requests from iPhone, inspecting responses, and saving useful response values for reuse.

Contact

For support, bug reports, or privacy questions, contact:

de_poon@hotmail.com

Common Help Topics

Why does my cURL command show as invalid?

The parser supports practical common cURL commands, including URLs, request methods, headers, and request bodies. Very complex shell syntax may need to be simplified before import.

Where are saved requests and history stored?

Saved requests, recent request history, and Global Container values are stored locally on your device.

Why did a request fail?

Requests are sent from your device to the endpoint in your cURL command. Network availability, endpoint availability, authentication, and server behavior can all affect the result.

Which response fields can be saved?

cURL Send can surface supported top-level JSON values, such as strings, numbers, and booleans. Nested objects, arrays, null values, and non-JSON responses are not currently shown as saveable response fields.

How do reusable variables work?

Saved response values are stored in the local Global Container. You can reference recognized values in future request fields with tokens such as {{userId}}.

Can I copy request or response content?

Yes. The app includes clipboard actions for copying the current cURL command, generated request content, response body, and saved values where available.