search_endpoints to find the endpoint ID first.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
endpoint_id | string | Yes | The endpoint ID to call (e.g. tiktokGetUser). Use search_endpoints to find it. |
params | object | No | Path and query parameters as flat string key-value pairs. |
Example
Response
The response body is the KonbiniAPI REST response with ametadata object appended:
Chaining requests with entityId
Items in list responses include anentityId field — use it as the parameter value when calling detail or sub-resource endpoints. For example, use a video’s entityId as the videoId when fetching its comments.
See response format for details.