request_check
INFLUENCE — ask APIs.io to (re)check a provider. 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. This does NOT score anything on the spot: a check means re-profiling the provider and running the full enrichment pipeline against their live surface, which a person runs 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The company or developer-portal URL — use this when there is no listing yet. | |
| kind | No | recheck an existing listing, profile a new company, or correct a specific fact. | |
| slug | No | apis.io provider slug, if it is already listed (e.g. stripe). | |
| 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. |