Hosted page
Responsive pages, clear sender context, validation, private or shared links, expiry, and submission limits.
Input, files, and approvals from people
Your software or AI agent describes the action and the result it needs. Fangst returns a hosted task link. The person completes it and reports the outcome.
Specify the reading, photographs, and confirmation required for the task to count as complete.
POST https://api.fang.st/v1/tasks
Authorization: Bearer <FANGST_API_TOKEN>
Content-Type: application/json
{
"title": "Inspect installed meter",
"instructions": "Record the display and photograph the serial number.",
"result_fields": [
{
"key": "meter_reading",
"type": "number",
"required": true
},
{
"key": "photos",
"type": "files",
"required": true
}
]
}{
"status": "completed",
"outcome": {
"meter_reading": 84721,
"photos": [
"file_01"
]
}
}Software uses the HTTP resources directly. Authorized AI agents can use the same API or intention-oriented Fangst MCP tools.
POST/v1/tasksCreate a hosted task and receive its URL.GET/v1/tasks/:idRead completion, findings, and evidence.MCPrequest_human_taskAsk a person to complete an external action.MCPget_human_taskRead the reported outcome.Responsive pages, clear sender context, validation, private or shared links, expiry, and submission limits.
Typed values, authenticated file downloads, correlation metadata, timestamps, and stable response ids.
Polling, signed webhooks, retries with backoff, delivery history, idempotency, and replay.
Start with $1 free. Add funds from $10. Links, polling, webhooks, and abandoned requests do not use the main billable unit.
Create the hosted interaction through Fangst and receive the structured result back.