JSONPlaceholder REST API - sample posts and todos via list and detail endpoints.
Post Details
ASYNCREADNo auth
Returns a single post by ID with its title, body, and user ID.
ParametersFormJSON
Numeric post ID in the URL path (/posts/{post_id})
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_jsonplaceholder_typicode_post_detail", "params": { "post_id": "2" } }'