Hosted page
Responsive pages, clear sender context, validation, private or shared links, expiry, and submission limits.
Input, files, and approvals from people
Create an inspection for a location, asset, or case. The person records findings and photographs on a hosted Fangst page. Your system receives the complete result.
Keep internal asset and work-order ids in metadata while the hosted page shows the inspector only what they need.
POST https://api.fang.st/v1/tasks
Authorization: Bearer <FANGST_API_TOKEN>
Content-Type: application/json
{
"title": "Inspect asset PUMP-204",
"metadata": {
"asset_id": "PUMP-204",
"work_order": "WO-991"
},
"result_fields": [
{
"key": "condition",
"type": "select",
"options": [
"good",
"attention",
"failed"
]
},
{
"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.