{
    "item": [
        {
            "id": "1efb04e0-4185-45fe-b0b8-3412f006063a",
            "name": "Search companies",
            "request": {
                "name": "Search companies",
                "description": {
                    "content": "Resolve a free-text name to canonical identifiers: top-10 matching companies (by domain, slug, or name) and categories. The entry point when you don't know the apex domain yet.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "search"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": "(Required) Free text: a company name, domain fragment, or category name.",
                                "type": "text/plain"
                            },
                            "key": "q",
                            "value": "<string>"
                        }
                    ],
                    "variable": []
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "b3a325ad-42e3-42ab-aa62-0334633050fb",
                    "name": "Ranked matches, capped at 10 combined.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "search"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Free text: a company name, domain fragment, or category name.",
                                        "type": "text/plain"
                                    },
                                    "key": "q",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"query\": \"<string>\",\n    \"companies\": [\n      {\n        \"name\": \"<string>\",\n        \"domain\": \"<string>\",\n        \"slug\": \"<string,null>\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"domain\": \"<string>\",\n        \"slug\": \"<string,null>\"\n      }\n    ],\n    \"categories\": [\n      {\n        \"slug\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"slug\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "0a72927f-3170-4d32-8f29-46117c60a435",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "search"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Free text: a company name, domain fragment, or category name.",
                                        "type": "text/plain"
                                    },
                                    "key": "q",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "68778458-bc42-4001-b96f-78cb69a85e8d",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "search"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Free text: a company name, domain fragment, or category name.",
                                        "type": "text/plain"
                                    },
                                    "key": "q",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "5a06fa23-af64-45b2-b3bf-9c3f708d308c",
            "name": "List categories",
            "request": {
                "name": "List categories",
                "description": {
                    "content": "List every category: slug, name, description, comparison criteria, and member count. The directory — start here to discover what Bixel tracks.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "categories"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "5a955b9b-de1e-4b70-af11-8c98f00ea8ea",
                    "name": "The category directory.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "categories"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"categories\": [\n      {\n        \"slug\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string,null>\",\n        \"criteria\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"company_count\": \"<integer>\"\n      },\n      {\n        \"slug\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string,null>\",\n        \"criteria\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"company_count\": \"<integer>\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "1d5236cc-bc59-452c-a099-abc642523915",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "categories"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "bdbeb304-08b2-4b40-87fc-56850d1fcb3f",
            "name": "Get a category",
            "request": {
                "name": "Get a category",
                "description": {
                    "content": "Get one category's membership with a per-member rollup: per-dimension fact counts, last capture date, and active-posting count for every company in the category.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "categories",
                        ":slug"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "slug",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Category slug from /v1/categories, e.g. `vector-databases`.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "c946489f-e7cc-4ef0-98a7-804f40d23f96",
                    "name": "The category with members.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "categories",
                                ":slug"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Category slug from /v1/categories, e.g. `vector-databases`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "slug"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"companies\": [\n      {\n        \"name\": \"<string>\",\n        \"domain\": \"<string>\",\n        \"slug\": \"<string,null>\",\n        \"last_captured_at\": \"<string,null-date>\",\n        \"jobs\": {\n          \"active_postings\": \"<integer>\",\n          \"ats_tracked\": \"<boolean>\",\n          \"note\": \"<string>\"\n        },\n        \"dimensions\": {\n          \"key_0\": \"<integer>\",\n          \"key_1\": \"<integer>\",\n          \"key_2\": \"<integer>\",\n          \"key_3\": \"<integer>\",\n          \"key_4\": \"<integer>\"\n        },\n        \"coverage\": {\n          \"dimensions_captured\": \"<integer>\",\n          \"dimensions_total\": \"<integer>\",\n          \"per_dimension\": {\n            \"key_0\": \"<integer>\"\n          },\n          \"thin\": \"<boolean>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"domain\": \"<string>\",\n        \"slug\": \"<string,null>\",\n        \"last_captured_at\": \"<string,null-date>\",\n        \"jobs\": {\n          \"active_postings\": \"<integer>\",\n          \"ats_tracked\": \"<boolean>\",\n          \"note\": \"<string>\"\n        },\n        \"dimensions\": {\n          \"key_0\": \"<integer>\",\n          \"key_1\": \"<integer>\"\n        },\n        \"coverage\": {\n          \"dimensions_captured\": \"<integer>\",\n          \"dimensions_total\": \"<integer>\",\n          \"per_dimension\": {\n            \"key_0\": \"<integer>\"\n          },\n          \"thin\": \"<boolean>\"\n        }\n      }\n    ],\n    \"company_count\": \"<integer>\",\n    \"criteria\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"description\": \"<string,null>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "713e931f-173b-4456-b684-79ace98c333b",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "categories",
                                ":slug"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Category slug from /v1/categories, e.g. `vector-databases`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "slug"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "9b4efe49-b7d6-4f24-a929-56e20550450b",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "categories",
                                ":slug"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Category slug from /v1/categories, e.g. `vector-databases`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "slug"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "8bc5b536-bb4b-412f-a559-1c96a0f544c0",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "categories",
                                ":slug"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Category slug from /v1/categories, e.g. `vector-databases`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "slug"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "070f57b7-385e-4c9c-b568-e6b6c67d6cb9",
            "name": "List dimensions",
            "request": {
                "name": "List dimensions",
                "description": {
                    "content": "List every dimension Bixel records facts under: slug, name, and description. The dimension vocabulary is registry-driven and can grow; discover it here instead of hardcoding the current set.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "dimensions"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "4b72cff6-a398-4c87-8311-8b9e4b1f3701",
                    "name": "The dimension registry directory.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "dimensions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"dimensions\": [\n      {\n        \"slug\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"slug\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "b9a229a1-e5d2-4eb1-a256-12aec9940246",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "dimensions"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "9f0bbe1c-7f92-4f6a-ad92-2dc1cad7ecb7",
            "name": "Get a company record",
            "request": {
                "name": "Get a company record",
                "description": {
                    "content": "Get a company's full current state: facts across all dimensions (pricing, features, security, positioning, stack, hiring, reliability, funding, location, legal), each with provenance, as_of date, and source URL. Identify companies by apex domain, e.g. pinecone.io. Tracked-not-member domains answer with a tier-labeled minimal record (liveness + discovery receipts, zero facts) instead of 404.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "companies",
                        ":company"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": "concise = coverage, jobs, and per-dimension counts + last-changed dates with facts omitted (roughly 10x fewer tokens; drill in with the facts endpoint). Default detailed. (This can only be one of detailed,concise)",
                                "type": "text/plain"
                            },
                            "key": "response_format",
                            "value": "concise"
                        }
                    ],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "company",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "311211d3-267c-44d9-8e0d-4f78835141d2",
                    "name": "The company record.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "concise = coverage, jobs, and per-dimension counts + last-changed dates with facts omitted (roughly 10x fewer tokens; drill in with the facts endpoint). Default detailed. (This can only be one of detailed,concise)",
                                        "type": "text/plain"
                                    },
                                    "key": "response_format",
                                    "value": "concise"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"company\": {\n      \"name\": \"<string>\",\n      \"domain\": \"<string>\",\n      \"slug\": \"<string,null>\",\n      \"categories\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"last_captured_at\": \"<string,null-date>\",\n    \"jobs\": {\n      \"active_postings\": \"<integer>\",\n      \"ats_tracked\": \"<boolean>\",\n      \"note\": \"<string>\"\n    },\n    \"dimensions\": {\n      \"key_0\": {\n        \"count\": \"<integer>\",\n        \"last_changed_at\": \"<string,null>\",\n        \"facts\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"\",\n            \"provenance\": \"sec_form_d\",\n            \"as_of\": \"<date>\",\n            \"unit\": \"<string,null>\",\n            \"source_url\": \"<string,null>\",\n            \"capture_id\": \"<string,null>\",\n            \"product\": \"<string,null>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"\",\n            \"provenance\": \"company_stated\",\n            \"as_of\": \"<date>\",\n            \"unit\": \"<string,null>\",\n            \"source_url\": \"<string,null>\",\n            \"capture_id\": \"<string,null>\",\n            \"product\": \"<string,null>\"\n          }\n        ]\n      },\n      \"key_1\": {\n        \"count\": \"<integer>\",\n        \"last_changed_at\": \"<string,null>\",\n        \"facts\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"\",\n            \"provenance\": \"sec_form_d\",\n            \"as_of\": \"<date>\",\n            \"unit\": \"<string,null>\",\n            \"source_url\": \"<string,null>\",\n            \"capture_id\": \"<string,null>\",\n            \"product\": \"<string,null>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"\",\n            \"provenance\": \"company_stated\",\n            \"as_of\": \"<date>\",\n            \"unit\": \"<string,null>\",\n            \"source_url\": \"<string,null>\",\n            \"capture_id\": \"<string,null>\",\n            \"product\": \"<string,null>\"\n          }\n        ]\n      }\n    },\n    \"coverage\": {\n      \"dimensions_captured\": \"<integer>\",\n      \"dimensions_total\": \"<integer>\",\n      \"per_dimension\": {\n        \"key_0\": \"<integer>\",\n        \"key_1\": \"<integer>\"\n      },\n      \"thin\": \"<boolean>\"\n    }\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "d323346b-14a1-4856-828a-27e9523f2cc2",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "concise = coverage, jobs, and per-dimension counts + last-changed dates with facts omitted (roughly 10x fewer tokens; drill in with the facts endpoint). Default detailed. (This can only be one of detailed,concise)",
                                        "type": "text/plain"
                                    },
                                    "key": "response_format",
                                    "value": "concise"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "874811ab-9c50-443f-8b18-50e878451988",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "concise = coverage, jobs, and per-dimension counts + last-changed dates with facts omitted (roughly 10x fewer tokens; drill in with the facts endpoint). Default detailed. (This can only be one of detailed,concise)",
                                        "type": "text/plain"
                                    },
                                    "key": "response_format",
                                    "value": "concise"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "7a4b20c7-5e14-4799-9134-f4ea3de46541",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "concise = coverage, jobs, and per-dimension counts + last-changed dates with facts omitted (roughly 10x fewer tokens; drill in with the facts endpoint). Default detailed. (This can only be one of detailed,concise)",
                                        "type": "text/plain"
                                    },
                                    "key": "response_format",
                                    "value": "concise"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "58bf9814-89d8-486f-9265-a57f50b908af",
            "name": "Get current facts",
            "request": {
                "name": "Get current facts",
                "description": {
                    "content": "Get a company's current facts as a filterable flat list. Filter by dimension, provenance, or key prefix; paginate with limit/cursor. Same rows as get_company, ungrouped.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "companies",
                        ":company",
                        "facts"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": "One of the 10 dimensions. (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                "type": "text/plain"
                            },
                            "key": "dimension",
                            "value": "pricing"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": " (This can only be one of observed,company_stated,sec_form_d)",
                                "type": "text/plain"
                            },
                            "key": "provenance",
                            "value": "sec_form_d"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Return only facts whose key starts with this prefix, e.g. `pricing.tier.`",
                                "type": "text/plain"
                            },
                            "key": "key_prefix",
                            "value": "<string>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "RESERVED (point-in-time replay; requires a key when it ships). Currently answers 501 `not_yet_available`.",
                                "type": "text/plain"
                            },
                            "key": "as_of",
                            "value": "<date>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Page size, default 50, max 200.",
                                "type": "text/plain"
                            },
                            "key": "limit",
                            "value": "50"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                "type": "text/plain"
                            },
                            "key": "cursor",
                            "value": "<string>"
                        }
                    ],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "company",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "752b5e81-ab83-4885-8036-9b6cf1826c92",
                    "name": "The filtered facts, dimension-ordered.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "One of the 10 dimensions. (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Return only facts whose key starts with this prefix, e.g. `pricing.tier.`",
                                        "type": "text/plain"
                                    },
                                    "key": "key_prefix",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "RESERVED (point-in-time replay; requires a key when it ships). Currently answers 501 `not_yet_available`.",
                                        "type": "text/plain"
                                    },
                                    "key": "as_of",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"company\": {\n      \"name\": \"<string>\",\n      \"domain\": \"<string>\",\n      \"slug\": \"<string,null>\"\n    },\n    \"facts\": [\n      {\n        \"as_of\": \"<date>\",\n        \"dimension\": \"pricing\",\n        \"key\": \"<string>\",\n        \"provenance\": \"company_stated\",\n        \"value\": \"\",\n        \"unit\": \"<string,null>\",\n        \"source_url\": \"<string,null>\",\n        \"capture_id\": \"<string,null>\",\n        \"product\": \"<string,null>\"\n      },\n      {\n        \"as_of\": \"<date>\",\n        \"dimension\": \"hiring\",\n        \"key\": \"<string>\",\n        \"provenance\": \"sec_form_d\",\n        \"value\": \"\",\n        \"unit\": \"<string,null>\",\n        \"source_url\": \"<string,null>\",\n        \"capture_id\": \"<string,null>\",\n        \"product\": \"<string,null>\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "f82da89d-4e80-4c23-8981-cdf267813092",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "One of the 10 dimensions. (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Return only facts whose key starts with this prefix, e.g. `pricing.tier.`",
                                        "type": "text/plain"
                                    },
                                    "key": "key_prefix",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "RESERVED (point-in-time replay; requires a key when it ships). Currently answers 501 `not_yet_available`.",
                                        "type": "text/plain"
                                    },
                                    "key": "as_of",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "375d5e2f-198e-47ec-8772-83eec5bf51de",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "One of the 10 dimensions. (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Return only facts whose key starts with this prefix, e.g. `pricing.tier.`",
                                        "type": "text/plain"
                                    },
                                    "key": "key_prefix",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "RESERVED (point-in-time replay; requires a key when it ships). Currently answers 501 `not_yet_available`.",
                                        "type": "text/plain"
                                    },
                                    "key": "as_of",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "521077f6-1959-4995-832b-cb253e5aac40",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "One of the 10 dimensions. (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Return only facts whose key starts with this prefix, e.g. `pricing.tier.`",
                                        "type": "text/plain"
                                    },
                                    "key": "key_prefix",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "RESERVED (point-in-time replay; requires a key when it ships). Currently answers 501 `not_yet_available`.",
                                        "type": "text/plain"
                                    },
                                    "key": "as_of",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "89ee7c92-967c-4c44-97dc-d8c4f1a0dc58",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "One of the 10 dimensions. (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Return only facts whose key starts with this prefix, e.g. `pricing.tier.`",
                                        "type": "text/plain"
                                    },
                                    "key": "key_prefix",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "RESERVED (point-in-time replay; requires a key when it ships). Currently answers 501 `not_yet_available`.",
                                        "type": "text/plain"
                                    },
                                    "key": "as_of",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Implemented",
                    "code": 501,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "3a4a7ff6-9772-4df2-b061-667e12576fe8",
            "name": "Get live job postings",
            "request": {
                "name": "Get live job postings",
                "description": {
                    "content": "Get a company's live job postings with the compensation breakout: base ranges where stated, equity/bonus statedness — honest `not_stated`, never guessed. Newest first.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "companies",
                        ":company",
                        "jobs"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": "Includes closed postings (the velocity history). Requires a free key; keyless calls answer 401 key_required.",
                                "type": "text/plain"
                            },
                            "key": "include_closed",
                            "value": "<boolean>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Page size, default 50, max 200.",
                                "type": "text/plain"
                            },
                            "key": "limit",
                            "value": "50"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                "type": "text/plain"
                            },
                            "key": "cursor",
                            "value": "<string>"
                        }
                    ],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "company",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": {
                    "type": "noauth"
                }
            },
            "response": [
                {
                    "id": "0d3f367b-b589-4c7a-97cc-0355531798b6",
                    "name": "Active postings, newest first.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "jobs"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Includes closed postings (the velocity history). Requires a free key; keyless calls answer 401 key_required.",
                                        "type": "text/plain"
                                    },
                                    "key": "include_closed",
                                    "value": "<boolean>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"company\": {\n      \"name\": \"<string>\",\n      \"domain\": \"<string>\",\n      \"slug\": \"<string,null>\"\n    },\n    \"postings\": [\n      {\n        \"title\": \"<string>\",\n        \"url\": \"<string>\",\n        \"comp\": {\n          \"base_min\": \"<number,null>\",\n          \"base_max\": \"<number,null>\",\n          \"currency\": \"<string,null>\",\n          \"equity\": \"stated\",\n          \"bonus\": \"stated\",\n          \"source\": \"ats_structured\",\n          \"equity_note\": \"<string,null>\",\n          \"bonus_note\": \"<string,null>\"\n        },\n        \"first_seen_at\": \"<dateTime>\",\n        \"last_seen_at\": \"<dateTime>\",\n        \"active\": \"<boolean>\",\n        \"provider\": \"<string>\",\n        \"level\": \"<string,null>\",\n        \"department\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"remote\": \"<boolean,null>\",\n        \"employment_type\": \"<string,null>\",\n        \"posted_at\": \"<string,null-date>\",\n        \"closed_at\": \"<string,null-date-time>\"\n      },\n      {\n        \"title\": \"<string>\",\n        \"url\": \"<string>\",\n        \"comp\": {\n          \"base_min\": \"<number,null>\",\n          \"base_max\": \"<number,null>\",\n          \"currency\": \"<string,null>\",\n          \"equity\": \"not_stated\",\n          \"bonus\": \"not_stated\",\n          \"source\": \"ats_structured\",\n          \"equity_note\": \"<string,null>\",\n          \"bonus_note\": \"<string,null>\"\n        },\n        \"first_seen_at\": \"<dateTime>\",\n        \"last_seen_at\": \"<dateTime>\",\n        \"active\": \"<boolean>\",\n        \"provider\": \"<string>\",\n        \"level\": \"<string,null>\",\n        \"department\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"remote\": \"<boolean,null>\",\n        \"employment_type\": \"<string,null>\",\n        \"posted_at\": \"<string,null-date>\",\n        \"closed_at\": \"<string,null-date-time>\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "5d0ff9d8-0864-4501-a0c1-b0c291832237",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "jobs"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Includes closed postings (the velocity history). Requires a free key; keyless calls answer 401 key_required.",
                                        "type": "text/plain"
                                    },
                                    "key": "include_closed",
                                    "value": "<boolean>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "616faa8b-ad24-44d0-987d-5bb1bc71660e",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "jobs"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Includes closed postings (the velocity history). Requires a free key; keyless calls answer 401 key_required.",
                                        "type": "text/plain"
                                    },
                                    "key": "include_closed",
                                    "value": "<boolean>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Unauthorized",
                    "code": 401,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "edc7884a-8144-4f35-a80c-afe22d634666",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "jobs"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Includes closed postings (the velocity history). Requires a free key; keyless calls answer 401 key_required.",
                                        "type": "text/plain"
                                    },
                                    "key": "include_closed",
                                    "value": "<boolean>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "5d4f6fcd-7dcd-466e-8c87-433869578abe",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "jobs"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Includes closed postings (the velocity history). Requires a free key; keyless calls answer 401 key_required.",
                                        "type": "text/plain"
                                    },
                                    "key": "include_closed",
                                    "value": "<boolean>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "dd5fe8f5-8e22-4294-9473-3b5223e5c06e",
            "name": "Get a fact's proof bundle",
            "request": {
                "name": "Get a fact's proof bundle",
                "description": {
                    "content": "Get the cryptographic proof bundle for one fact: the capture behind it (content-addressed sha256), its merkle inclusion path in a hash-chained manifest, and the OpenTimestamps proof anchoring the batch in the Bitcoin blockchain. Verify offline with bixel-verify — zero trust in Bixel required. Attests observation-at-time, never extraction correctness.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "companies",
                        ":company",
                        "facts",
                        ":key",
                        "proof"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": "Selects between provenance twins of the same key; default prefers observed. (This can only be one of observed,company_stated,sec_form_d)",
                                "type": "text/plain"
                            },
                            "key": "provenance",
                            "value": "sec_form_d"
                        }
                    ],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "company",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                "type": "text/plain"
                            }
                        },
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "key",
                            "disabled": false,
                            "description": {
                                "content": "(Required) The fact key, e.g. `pricing.tier.standard.monthly_usd`.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "3eed6b4c-d647-45d7-bac2-01480d22f9b7",
                    "name": "The proof bundle.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts",
                                ":key",
                                "proof"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Selects between provenance twins of the same key; default prefers observed. (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The fact key, e.g. `pricing.tier.standard.monthly_usd`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "key"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"fact\": {\n      \"as_of\": \"<date>\",\n      \"dimension\": \"location\",\n      \"extractor_version\": \"<string>\",\n      \"key\": \"<string>\",\n      \"provenance\": \"company_stated\",\n      \"value\": \"\",\n      \"unit\": \"<string,null>\",\n      \"source_url\": \"<string,null>\",\n      \"capture_id\": \"<string,null>\",\n      \"product\": \"<string,null>\"\n    },\n    \"capture\": {\n      \"kind\": \"crawl_snapshot\",\n      \"id\": \"<string>\",\n      \"captured_at\": \"<dateTime>\",\n      \"sha256\": \"<string>\",\n      \"raw\": {\n        \"key\": \"<string>\",\n        \"hash_rule\": \"<string>\"\n      },\n      \"source_url\": \"<string,null>\"\n    },\n    \"inclusion_proof\": {\n      \"merkle_spec\": \"<string>\",\n      \"manifest_key\": \"<string>\",\n      \"manifest_sha256\": \"<string>\",\n      \"leaf\": \"<string>\",\n      \"leaf_index\": \"<integer>\",\n      \"path\": [\n        {\n          \"sibling\": \"<string>\",\n          \"side\": \"right\"\n        },\n        {\n          \"sibling\": \"<string>\",\n          \"side\": \"right\"\n        }\n      ],\n      \"merkle_root\": \"<string>\"\n    },\n    \"anchor\": {\n      \"meta_key\": \"<string>\",\n      \"meta_b64\": \"<string>\",\n      \"ots_key\": \"<string,null>\",\n      \"ots_b64\": \"<string,null>\",\n      \"anchored_at\": \"<dateTime>\",\n      \"previous_meta_key\": \"<string,null>\"\n    },\n    \"attests\": \"<string>\",\n    \"verify_with\": \"<uri>\"\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "aee4fc90-09e4-40f2-a575-eea96a21760d",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts",
                                ":key",
                                "proof"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Selects between provenance twins of the same key; default prefers observed. (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The fact key, e.g. `pricing.tier.standard.monthly_usd`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "key"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "ed27c50b-3f0c-4116-aacc-33c21f558892",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts",
                                ":key",
                                "proof"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Selects between provenance twins of the same key; default prefers observed. (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The fact key, e.g. `pricing.tier.standard.monthly_usd`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "key"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "9f2e65b0-723b-49d7-9292-2043eab3019c",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts",
                                ":key",
                                "proof"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Selects between provenance twins of the same key; default prefers observed. (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The fact key, e.g. `pricing.tier.standard.monthly_usd`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "key"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "897c1230-b094-4299-9c62-404ad1f9aae9",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "facts",
                                ":key",
                                "proof"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Selects between provenance twins of the same key; default prefers observed. (This can only be one of observed,company_stated,sec_form_d)",
                                        "type": "text/plain"
                                    },
                                    "key": "provenance",
                                    "value": "sec_form_d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The fact key, e.g. `pricing.tier.standard.monthly_usd`.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "key"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Service Unavailable",
                    "code": 503,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "540cb508-40e9-4185-adb9-31d386118491",
            "name": "Download a capture's raw bytes",
            "request": {
                "name": "Download a capture's raw bytes",
                "description": {
                    "content": "The archived source bytes behind a proof bundle — the exact preimage the capture's sha256 commits to, served as a download (never rendered). Requires any API key; one capture per request. This is bixel-verify step 1: download, hash, compare against the bundle's sha256. Archived copies are served for verification of cited observations; removal requests: support@bixel.com.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "captures",
                        ":id",
                        "raw"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<uuid>",
                            "key": "id",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Capture id from a proof bundle (capture.id) or evidence trail.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "text/plain"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "d4e4bd09-e0f7-4290-9135-2ae26b670431",
                    "name": "The raw bytes (text/plain download). Headers carry kind, sha256, captured_at, source_url, and the hash rule.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "captures",
                                ":id",
                                "raw"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Capture id from a proof bundle (capture.id) or evidence trail.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<uuid>",
                                    "key": "id"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "text/plain"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "text/plain"
                        }
                    ],
                    "body": "<string>",
                    "cookie": [],
                    "_postman_previewlanguage": "text"
                },
                {
                    "id": "1f28af07-9019-41d3-8cae-8902167f036c",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "captures",
                                ":id",
                                "raw"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Capture id from a proof bundle (capture.id) or evidence trail.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<uuid>",
                                    "key": "id"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Unauthorized",
                    "code": 401,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "854602b6-b103-4443-8ae8-4e05da0ff0c0",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "captures",
                                ":id",
                                "raw"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Capture id from a proof bundle (capture.id) or evidence trail.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<uuid>",
                                    "key": "id"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "61d9beb7-bc14-41ef-af6c-8d710ca00ed9",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "captures",
                                ":id",
                                "raw"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Capture id from a proof bundle (capture.id) or evidence trail.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<uuid>",
                                    "key": "id"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "fc58fa61-9198-4649-86f3-23488b1b190c",
            "name": "Get this OpenAPI contract",
            "request": {
                "name": "Get this OpenAPI contract",
                "description": {
                    "content": "This contract, as served by the deployed API.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "openapi.json"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                },
                "method": "GET",
                "body": {},
                "auth": null
            },
            "response": [
                {
                    "id": "674d09cc-a70a-41aa-8e66-dcf2bcb3ef7f",
                    "name": "The OpenAPI 3.1 document.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "openapi.json"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [],
                    "cookie": [],
                    "_postman_previewlanguage": "text"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "b45e6817-c23c-44d8-84ca-f6ef43747cc4",
            "name": "Query the change feed",
            "request": {
                "name": "Query the change feed",
                "description": {
                    "content": "The cross-company change feed: dated events labeled by derivation. confirmed events are 2-capture-debounced live changes (they cannot flap); historical events are web-archive generation diffs, dated by the later generation. The default feed serves those two; baseline/legacy/orphaned are inspectable via ?derivation=. Access ladder: keyless callers get the masked view (that + when, last 90 days / 50 events, no cursors); a free key unmasks values and summaries with working cursors inside the same 90-day window; Pro unlocks the full archive.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "changes"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": "Company category slug, e.g. vector-databases.",
                                "type": "text/plain"
                            },
                            "key": "category",
                            "value": "<string>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Apex domain or slug.",
                                "type": "text/plain"
                            },
                            "key": "company",
                            "value": "<string>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                "type": "text/plain"
                            },
                            "key": "dimension",
                            "value": "pricing"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Event type, e.g. pricing_changed.",
                                "type": "text/plain"
                            },
                            "key": "type",
                            "value": "<string>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "",
                                "type": "text/plain"
                            },
                            "key": "since",
                            "value": "<date>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "",
                                "type": "text/plain"
                            },
                            "key": "until",
                            "value": "<date>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": " (This can only be one of normal,high)",
                                "type": "text/plain"
                            },
                            "key": "min_significance",
                            "value": "normal"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                "type": "text/plain"
                            },
                            "key": "derivation",
                            "value": "historical"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Page size, default 50, max 200.",
                                "type": "text/plain"
                            },
                            "key": "limit",
                            "value": "50"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                "type": "text/plain"
                            },
                            "key": "cursor",
                            "value": "<string>"
                        }
                    ],
                    "variable": []
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": {
                    "type": "noauth"
                }
            },
            "response": [
                {
                    "id": "56deaf93-5171-4d5c-8449-4c4d6b1a8043",
                    "name": "The feed page.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "changes"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Company category slug, e.g. vector-databases.",
                                        "type": "text/plain"
                                    },
                                    "key": "category",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Apex domain or slug.",
                                        "type": "text/plain"
                                    },
                                    "key": "company",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Event type, e.g. pricing_changed.",
                                        "type": "text/plain"
                                    },
                                    "key": "type",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "since",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "until",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of normal,high)",
                                        "type": "text/plain"
                                    },
                                    "key": "min_significance",
                                    "value": "normal"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                        "type": "text/plain"
                                    },
                                    "key": "derivation",
                                    "value": "historical"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"events\": [\n      {\n        \"id\": \"<string>\",\n        \"dimension\": \"<string,null>\",\n        \"type\": \"<string>\",\n        \"significance\": \"normal\",\n        \"detected_at\": \"<date>\",\n        \"company\": \"<string,null>\",\n        \"fact_key\": \"<string,null>\",\n        \"derivation\": \"baseline\",\n        \"masked\": \"<boolean>\",\n        \"old_value\": \"\",\n        \"new_value\": \"\",\n        \"summary\": \"<string,null>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"dimension\": \"<string,null>\",\n        \"type\": \"<string>\",\n        \"significance\": \"high\",\n        \"detected_at\": \"<date>\",\n        \"company\": \"<string,null>\",\n        \"fact_key\": \"<string,null>\",\n        \"derivation\": \"baseline\",\n        \"masked\": \"<boolean>\",\n        \"old_value\": \"\",\n        \"new_value\": \"\",\n        \"summary\": \"<string,null>\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "f13716a8-c284-482c-946c-699762659265",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "changes"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Company category slug, e.g. vector-databases.",
                                        "type": "text/plain"
                                    },
                                    "key": "category",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Apex domain or slug.",
                                        "type": "text/plain"
                                    },
                                    "key": "company",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Event type, e.g. pricing_changed.",
                                        "type": "text/plain"
                                    },
                                    "key": "type",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "since",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "until",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of normal,high)",
                                        "type": "text/plain"
                                    },
                                    "key": "min_significance",
                                    "value": "normal"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                        "type": "text/plain"
                                    },
                                    "key": "derivation",
                                    "value": "historical"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "25a0e097-99c5-4390-91f3-c97dd0ea186c",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "changes"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Company category slug, e.g. vector-databases.",
                                        "type": "text/plain"
                                    },
                                    "key": "category",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Apex domain or slug.",
                                        "type": "text/plain"
                                    },
                                    "key": "company",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Event type, e.g. pricing_changed.",
                                        "type": "text/plain"
                                    },
                                    "key": "type",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "since",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "until",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of normal,high)",
                                        "type": "text/plain"
                                    },
                                    "key": "min_significance",
                                    "value": "normal"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                        "type": "text/plain"
                                    },
                                    "key": "derivation",
                                    "value": "historical"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "8a38b20e-2c5b-4521-bcf9-b6d15d720c17",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "changes"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Company category slug, e.g. vector-databases.",
                                        "type": "text/plain"
                                    },
                                    "key": "category",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Apex domain or slug.",
                                        "type": "text/plain"
                                    },
                                    "key": "company",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Event type, e.g. pricing_changed.",
                                        "type": "text/plain"
                                    },
                                    "key": "type",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "since",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "until",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of normal,high)",
                                        "type": "text/plain"
                                    },
                                    "key": "min_significance",
                                    "value": "normal"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                        "type": "text/plain"
                                    },
                                    "key": "derivation",
                                    "value": "historical"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "cd590f08-40f9-4ed9-a315-8401c6d37f53",
            "name": "Get a company's change history",
            "request": {
                "name": "Get a company's change history",
                "description": {
                    "content": "One company's dated change log, filterable by dimension, date range, exact fact_key, or derivation class (default serves confirmed + historical). Access ladder: keyless = masked (90 days / 50 events); free key = values within the last 90 days, with cursors; Pro = full depth back to the earliest event (2020 for the deepest members).",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "companies",
                        ":company",
                        "history"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                "type": "text/plain"
                            },
                            "key": "dimension",
                            "value": "pricing"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "",
                                "type": "text/plain"
                            },
                            "key": "since",
                            "value": "<date>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "",
                                "type": "text/plain"
                            },
                            "key": "until",
                            "value": "<date>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "",
                                "type": "text/plain"
                            },
                            "key": "fact_key",
                            "value": "<string>"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                "type": "text/plain"
                            },
                            "key": "derivation",
                            "value": "historical"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Page size, default 50, max 200.",
                                "type": "text/plain"
                            },
                            "key": "limit",
                            "value": "50"
                        },
                        {
                            "disabled": false,
                            "description": {
                                "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                "type": "text/plain"
                            },
                            "key": "cursor",
                            "value": "<string>"
                        }
                    ],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "company",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": {
                    "type": "noauth"
                }
            },
            "response": [
                {
                    "id": "3d456700-54c6-4fbb-a5b8-dcd017d931ff",
                    "name": "The company's events.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "history"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "since",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "until",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "fact_key",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                        "type": "text/plain"
                                    },
                                    "key": "derivation",
                                    "value": "historical"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"company\": {\n      \"name\": \"<string>\",\n      \"domain\": \"<string>\",\n      \"slug\": \"<string,null>\"\n    },\n    \"events\": [\n      {\n        \"id\": \"<string>\",\n        \"dimension\": \"<string,null>\",\n        \"type\": \"<string>\",\n        \"significance\": \"high\",\n        \"detected_at\": \"<date>\",\n        \"company\": \"<string,null>\",\n        \"fact_key\": \"<string,null>\",\n        \"derivation\": \"orphaned\",\n        \"masked\": \"<boolean>\",\n        \"old_value\": \"\",\n        \"new_value\": \"\",\n        \"summary\": \"<string,null>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"dimension\": \"<string,null>\",\n        \"type\": \"<string>\",\n        \"significance\": \"normal\",\n        \"detected_at\": \"<date>\",\n        \"company\": \"<string,null>\",\n        \"fact_key\": \"<string,null>\",\n        \"derivation\": \"confirmed\",\n        \"masked\": \"<boolean>\",\n        \"old_value\": \"\",\n        \"new_value\": \"\",\n        \"summary\": \"<string,null>\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "64fa133e-d29f-4e04-9dc1-745fa0d299bd",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "history"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "since",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "until",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "fact_key",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                        "type": "text/plain"
                                    },
                                    "key": "derivation",
                                    "value": "historical"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "71ebebb1-a75d-410e-ae90-a9c24e0e623d",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "history"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "since",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "until",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "fact_key",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                        "type": "text/plain"
                                    },
                                    "key": "derivation",
                                    "value": "historical"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "20bc3b17-227d-4790-9fdc-763d7aeab737",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "history"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of pricing,features,security,positioning,stack,hiring,reliability,funding,location,legal)",
                                        "type": "text/plain"
                                    },
                                    "key": "dimension",
                                    "value": "pricing"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "since",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "until",
                                    "value": "<date>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "fact_key",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filter to one derivation class. Unset serves the default feed: confirmed + historical. baseline/legacy/orphaned are inspectable but never pose as live change. (This can only be one of confirmed,historical,baseline,legacy,orphaned)",
                                        "type": "text/plain"
                                    },
                                    "key": "derivation",
                                    "value": "historical"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size, default 50, max 200.",
                                        "type": "text/plain"
                                    },
                                    "key": "limit",
                                    "value": "50"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Opaque keyset cursor from meta.next_cursor; pass back exactly as received.",
                                        "type": "text/plain"
                                    },
                                    "key": "cursor",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "6048d96b-58fd-4246-a64f-8693379f1d24",
            "name": "Check claimed vs observed",
            "request": {
                "name": "Check claimed vs observed",
                "description": {
                    "content": "Claimed-vs-observed for a company's facts: what they state vs what Bixel independently measured. Five honest states; a missing observation reads unverified, never a guess. Requires a free key.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "companies",
                        ":company",
                        "claims"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": "Comma-separated exact keys (max 200); absent keys report state=absent. Default: every key with a side.",
                                "type": "text/plain"
                            },
                            "key": "keys",
                            "value": "<string>"
                        }
                    ],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "company",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": {
                    "type": "bearer",
                    "bearer": [
                        {
                            "key": "token",
                            "value": "{{bearerToken}}"
                        }
                    ]
                }
            },
            "response": [
                {
                    "id": "fa2a90ef-52e7-4804-84d9-ca6d823d9ee1",
                    "name": "The claim checks.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "claims"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Comma-separated exact keys (max 200); absent keys report state=absent. Default: every key with a side.",
                                        "type": "text/plain"
                                    },
                                    "key": "keys",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"company\": {\n      \"name\": \"<string>\",\n      \"domain\": \"<string>\",\n      \"slug\": \"<string,null>\"\n    },\n    \"claims\": [\n      {\n        \"key\": \"<string>\",\n        \"state\": \"conflict\",\n        \"match\": \"\",\n        \"claimed\": null,\n        \"observed\": {\n          \"value\": \"\",\n          \"as_of\": \"<date>\",\n          \"source_url\": \"<string,null>\"\n        }\n      },\n      {\n        \"key\": \"<string>\",\n        \"state\": \"unverified\",\n        \"match\": \"\",\n        \"claimed\": {\n          \"value\": \"\",\n          \"as_of\": \"<date>\",\n          \"source_url\": \"<string,null>\"\n        },\n        \"observed\": null\n      }\n    ]\n  },\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "61e67403-b0ab-40d7-9e19-a8728aa92822",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "claims"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Comma-separated exact keys (max 200); absent keys report state=absent. Default: every key with a side.",
                                        "type": "text/plain"
                                    },
                                    "key": "keys",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "4e7fb13c-a841-4a9b-b2b4-2d6b91dfae80",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "claims"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Comma-separated exact keys (max 200); absent keys report state=absent. Default: every key with a side.",
                                        "type": "text/plain"
                                    },
                                    "key": "keys",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Unauthorized",
                    "code": 401,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "17982371-0b52-4058-9948-1483dc47770c",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "claims"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Comma-separated exact keys (max 200); absent keys report state=absent. Default: every key with a side.",
                                        "type": "text/plain"
                                    },
                                    "key": "keys",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "10d5179b-b828-4876-8584-c864b742b710",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "claims"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Comma-separated exact keys (max 200); absent keys report state=absent. Default: every key with a side.",
                                        "type": "text/plain"
                                    },
                                    "key": "keys",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "0be05b66-d8ac-44f5-a9d8-690acf5db792",
            "name": "Get a company's trajectory",
            "request": {
                "name": "Get a company's trajectory",
                "description": {
                    "content": "Direction over a window (30d/90d/365d): per-dimension event counts, add/remove/change classes, net surface growth — arithmetic from the debounced change log, never narrative. Requires a free key. The 365d window requires Pro; 30d/90d work with any key (a silently floored year window would return confidently wrong numbers — the API refuses with upgrade_required instead).",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "companies",
                        ":company",
                        "trajectory"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": " (This can only be one of 30d,90d,365d)",
                                "type": "text/plain"
                            },
                            "key": "window",
                            "value": "90d"
                        }
                    ],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "company",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": {
                    "type": "bearer",
                    "bearer": [
                        {
                            "key": "token",
                            "value": "{{bearerToken}}"
                        }
                    ]
                }
            },
            "response": [
                {
                    "id": "7177cdc1-bb6e-4297-ba0f-bddb82cdf6c3",
                    "name": "The trajectory.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "trajectory"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of 30d,90d,365d)",
                                        "type": "text/plain"
                                    },
                                    "key": "window",
                                    "value": "90d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {},\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "479e7584-954e-46b4-9406-09a0627e0b32",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "trajectory"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of 30d,90d,365d)",
                                        "type": "text/plain"
                                    },
                                    "key": "window",
                                    "value": "90d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "b089fc2a-acff-451d-8d71-89f2b2d1440b",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "trajectory"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of 30d,90d,365d)",
                                        "type": "text/plain"
                                    },
                                    "key": "window",
                                    "value": "90d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Unauthorized",
                    "code": 401,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "2df8bb88-ecdb-46d9-a447-dd9bafe07f6d",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "trajectory"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of 30d,90d,365d)",
                                        "type": "text/plain"
                                    },
                                    "key": "window",
                                    "value": "90d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "39df7558-cfa2-4896-9a74-fddd56529c41",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "trajectory"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": " (This can only be one of 30d,90d,365d)",
                                        "type": "text/plain"
                                    },
                                    "key": "window",
                                    "value": "90d"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "7f3f3379-6ce6-4ff8-97a4-5fc9810a27fb",
            "name": "Get a fact's evidence trail",
            "request": {
                "name": "Get a fact's evidence trail",
                "description": {
                    "content": "The provenance trail for one (company, key): each side's fact, source URL, capture reference, and the proof-endpoint URL for the cryptographic bundle. Requires a free key.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "companies",
                        ":company",
                        "evidence"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [
                        {
                            "disabled": false,
                            "description": {
                                "content": "(Required) ",
                                "type": "text/plain"
                            },
                            "key": "key",
                            "value": "<string>"
                        }
                    ],
                    "variable": [
                        {
                            "type": "any",
                            "value": "<string>",
                            "key": "company",
                            "disabled": false,
                            "description": {
                                "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                "type": "text/plain"
                            }
                        }
                    ]
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": {
                    "type": "bearer",
                    "bearer": [
                        {
                            "key": "token",
                            "value": "{{bearerToken}}"
                        }
                    ]
                }
            },
            "response": [
                {
                    "id": "aca37ae3-904c-4d20-8ff8-089bce4dc37a",
                    "name": "The evidence.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "evidence"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "key",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {},\n  \"meta\": {\n    \"generated_at\": \"<dateTime>\",\n    \"count\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"next_cursor\": \"<string,null>\",\n    \"notice\": \"<string,null>\",\n    \"window\": {\n      \"served_from\": \"<string>\",\n      \"earliest_event_at\": \"<string>\",\n      \"events_beyond_window\": \"<boolean>\"\n    }\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "e06a996b-f900-4ecf-a4d0-f271ebbc1555",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "evidence"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "key",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Bad Request",
                    "code": 400,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "fa56dc2a-00cc-44bb-a082-ca02e5430b23",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "evidence"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "key",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Unauthorized",
                    "code": 401,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "20c55699-21e9-461f-919c-ab96d9e093f9",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "evidence"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "key",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Not Found",
                    "code": 404,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "0ac3e01f-10ff-4395-9ec7-e41146fdc81e",
                    "name": "RFC 9457 problem document. `code` is a stable machine string; keyed-capability errors include how to get a key.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "companies",
                                ":company",
                                "evidence"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "key",
                                    "value": "<string>"
                                }
                            ],
                            "variable": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Apex domain (canonical, e.g. `pinecone.io`). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.",
                                        "type": "text/plain"
                                    },
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "company"
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/problem+json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Too Many Requests",
                    "code": 429,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/problem+json"
                        }
                    ],
                    "body": "{\n  \"type\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"code\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"hint\": \"<string>\",\n  \"docs_url\": \"<uri>\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "23f4b39e-cb32-43be-aae0-7818a36d3001",
            "name": "Your remaining credits and PAYG balance",
            "request": {
                "name": "Your remaining credits and PAYG balance",
                "description": {
                    "content": "The caller's own meter: plan-credit limit, used, remaining, the monthly reset time (unix seconds), the prepaid pay-as-you-go balance and monthly cap, and the per-call weights (current-state 1, history/diff 3). Costs 0 credits - check it before a large pull so you never discover exhaustion mid-run. Prepaid by construction: nothing bills after the fact.",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "v1",
                        "usage"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "body": {},
                "auth": {
                    "type": "bearer",
                    "bearer": [
                        {
                            "key": "token",
                            "value": "{{bearerToken}}"
                        }
                    ]
                }
            },
            "response": [
                {
                    "id": "0170e533-c79d-4264-a9a3-41d77f13eea1",
                    "name": "The usage snapshot in a {data, meta} envelope.",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "usage"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            },
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"data\": {\n    \"tier\": \"pro\",\n    \"credits\": {\n      \"limit\": \"<integer>\",\n      \"used\": \"<integer>\",\n      \"remaining\": \"<integer>\",\n      \"reset\": \"<integer,null>\"\n    },\n    \"payg\": {\n      \"balance_credits\": \"<integer>\",\n      \"monthly_cap_credits\": \"<integer,null>\"\n    },\n    \"weights\": {\n      \"current\": \"<integer>\",\n      \"historical\": \"<integer>\"\n    }\n  },\n  \"meta\": {\n    \"as_of\": \"<dateTime>\"\n  }\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "44d9d3ad-c220-4632-be93-20e87c4db154",
                    "name": "No live API key presented (key_required / invalid_key problem document).",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "v1",
                                "usage"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: bearer",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Unauthorized",
                    "code": 401,
                    "header": [],
                    "cookie": [],
                    "_postman_previewlanguage": "text"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://api.bixel.com"
        }
    ],
    "info": {
        "_postman_id": "c11315ef-e7b9-4c6b-b3d3-07d51a5dea68",
        "name": "Bixel API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Verified private company and market data with receipts: dated, provenance-tagged facts. Every value carries `provenance` — the ASSERTION CLASS, not the collection channel (observed = measured by Bixel via crawls, DNS/MX lookups, certificate transparency, and similar channels · company_stated = the company's own pages and feeds, including ATS job boards · sec_form_d = SEC filings) — plus `as_of` and its source. The exact channel behind any fact is verifiable, not self-declared: follow its source_url, capture pointer, and proof endpoint. Open tier: current state, per-entity, no key. Free key: values on recent history (last 90 days), claims, evidence. Pro: the full archive (history depth). Docs: https://bixel.com/docs/ (rendered from this document; the contract itself is served at https://api.bixel.com/v1/openapi.json)\n\nThis document is the normative contract (unified-api-mcp-spec.md is the rationale). The route handlers, MCP tool set, and docs pages validate against it. OperationIds and summaries are written agent-first: they mirror MCP tool names and descriptions.",
            "type": "text/plain"
        }
    }
}