request_check
INFLUENCE — ask APIs.io to (re)check something. Use it when a listing is wrong or stale, when a score looks incorrect, or to get a company profiled that is not in the catalog yet. A check can target a PROVIDER (the default) or a slice of the catalog: an industry, a tag, an area, or a company's estate — for an industry roster missing an obvious member, a tag that has drifted, or an area whose ranking looks wrong. This does NOT score anything on the spot: a check means re-running the enrichment pipeline against the live surface, which a person does by hand. You get a request id back immediately; poll check_status with it, and if you supply a contact email you are notified when the status changes. A slug we do not already hold is never refused — for ANY target type it is queued as a request to ADD that thing, whether that is a company nobody has catalogued, a new industry, or an estate nobody here has thought of. Near matches come back alongside it in did_you_mean, so a typo is visible without the request being dropped. Priced B4 (human work) — included in Influence; otherwise $99.00 as a one-off with its own receipt, never from a prepaid balance. If this is your own company and our data about it is wrong, report_correction is free. See apis://prices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The company or developer-portal URL — use this when there is no listing yet. Providers only; a url cannot name an industry. | |
| kind | No | recheck an existing listing, profile a new company, or correct a specific fact. | |
| slug | No | The target slug — a provider (e.g. stripe), or an industry/tag/area/estate slug when target_type says so. | |
| notes | No | What is wrong, or what to look at. The more specific, the faster it is worked. | |
| contact | No | Email to notify when the status changes. Optional; without it there is nothing to notify, so keep the id. | |
| context | No | Optional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable. | |
| target_type | No | What `slug` names. Defaults to provider. `estate` is named for the company the estate roots at (e.g. cisco). |