{
    "info": {
        "_postman_id": "0df59b5ee1c5676ed7e41753098aeb07",
        "name": "Quiescence HumanOps",
        "description": "Verified human execution for AI agents, in Europe.\n\nGenerated from https://quiescence.eu/humanops/api/v1/openapi.json on 2026-09-08.\nSet {{api_key}} to a ho_test_ key first: the sandbox spends nothing.",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "token",
                "value": "{{api_key}}",
                "type": "string"
            }
        ]
    },
    "variable": [
        {
            "key": "base_url",
            "value": "https://quiescence.eu/humanops/api/v1"
        },
        {
            "key": "api_key",
            "value": "ho_test_replace_me"
        },
        {
            "key": "ref",
            "value": "HO-7K2M9X"
        }
    ],
    "item": [
        {
            "name": "discovery",
            "item": [
                {
                    "name": "listCapabilities",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/capabilities",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "capabilities"
                            ]
                        },
                        "description": "Every capability, with its JSON Schemas, prices and live geographies",
                        "auth": {
                            "type": "noauth"
                        }
                    }
                },
                {
                    "name": "getCapability",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/capabilities/:key",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "capabilities",
                                ":key"
                            ]
                        },
                        "description": "getCapability",
                        "auth": {
                            "type": "noauth"
                        }
                    }
                },
                {
                    "name": "getCoverage",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/coverage",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "coverage"
                            ],
                            "query": [
                                {
                                    "key": "country",
                                    "value": "",
                                    "disabled": true
                                }
                            ]
                        },
                        "description": "getCoverage",
                        "auth": {
                            "type": "noauth"
                        }
                    }
                },
                {
                    "name": "quoteTask",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/quote",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "quote"
                            ]
                        },
                        "description": "An exact price, or a refusal with alternatives",
                        "auth": {
                            "type": "noauth"
                        },
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"capability\": \"human.verify\",\n    \"location\": {\n        \"country_iso\": \"ES\",\n        \"city_slug\": \"barcelona\"\n    },\n    \"sla\": \"standard\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                }
            ]
        },
        {
            "name": "tasks",
            "item": [
                {
                    "name": "listTasks",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/tasks",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "tasks"
                            ],
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "",
                                    "disabled": true
                                },
                                {
                                    "key": "cursor",
                                    "value": "",
                                    "disabled": true
                                },
                                {
                                    "key": "status",
                                    "value": "",
                                    "disabled": true
                                }
                            ]
                        },
                        "description": "listTasks"
                    }
                },
                {
                    "name": "createTask",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Idempotency-Key",
                                "value": "{{$guid}}",
                                "description": "Required. A retry with the same key returns the original task."
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/tasks",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "tasks"
                            ]
                        },
                        "description": "Order a task",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"capability\": \"human.verify\",\n    \"spec\": {\n        \"claim\": \"This address is a working office, not a mailbox\",\n        \"subject\": \"Acme SL, Carrer de Balmes 200\"\n    },\n    \"location\": {\n        \"country_iso\": \"ES\",\n        \"city_slug\": \"barcelona\"\n    },\n    \"max_price_cents\": 20000\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                },
                {
                    "name": "getTask",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/tasks/:ref",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "tasks",
                                ":ref"
                            ]
                        },
                        "description": "getTask"
                    }
                },
                {
                    "name": "getTaskResult",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/tasks/:ref/result",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "tasks",
                                ":ref",
                                "result"
                            ]
                        },
                        "description": "getTaskResult"
                    }
                },
                {
                    "name": "listTaskEvidence",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/tasks/:ref/evidence",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "tasks",
                                ":ref",
                                "evidence"
                            ]
                        },
                        "description": "listTaskEvidence"
                    }
                },
                {
                    "name": "cancelTask",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/tasks/:ref/cancel",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "tasks",
                                ":ref",
                                "cancel"
                            ]
                        },
                        "description": "cancelTask"
                    }
                },
                {
                    "name": "disputeTask",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/tasks/:ref/dispute",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "tasks",
                                ":ref",
                                "dispute"
                            ]
                        },
                        "description": "Say the delivered answer is wrong",
                        "body": {
                            "mode": "raw",
                            "raw": "{}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        }
                    }
                }
            ]
        }
    ]
}