Skip to content

The Hoody cURL service provides a programmable HTTP request runner. It lets you execute ad-hoc GET and POST requests, persist session state, track asynchronous jobs, schedule recurring requests via cron, and store response payloads for later retrieval. The service also exposes health and Prometheus metrics endpoints for monitoring.

Session Management

Persist cookies and authentication state across requests. See Session Management.

Job Management

List, inspect, cancel, and retrieve results for asynchronous jobs. See Job Management.

Request Scheduling

Create recurring HTTP requests that fire on a cron schedule. See Request Scheduling.

Storage Management

List, retrieve, and delete stored response files. See Storage Management.

These endpoints expose service health and operational metrics for the cURL service.

Returns the standardized 9-field health response. Unauthenticated.

This endpoint takes no parameters.

Terminal window
curl https://api.hoody.com/api/v1/curl/health

Exports a minimal Prometheus metrics set for dashboards and alerting.

This endpoint takes no parameters.

Terminal window
curl https://api.hoody.com/metrics