Write a Review
Write your review, then submit to check for harmful language and pick a rephrased alternative.
For developers — use this API in your own app
One universal endpoint handles every task this service supports.
Send it a task name and matching input;
it always replies with { task, data }.
Base URL
…
Authentication
Every request except /health and /tasks
needs an API key in the x-api-key header. Ask the API
operator for one.
List available tasks
…
Call the universal endpoint
…
JavaScript example
…