Create HTTP endpoints that automatically process text through your configured pipelines. Send data in, get transformed results back.
Create a webhook
Pick a name and build a processing pipeline from available text operations.
Send data to your endpoint
POST JSON with your input text to the generated webhook URL using your API key.
Get processed results
Your data runs through every step in the pipeline and the final result is returned in the response.