Skip to main content
GET
/
v1
/
tools
/
{tool_id}
Tool detail
curl --request GET \
  --url https://api.clipping.cc/v1/tools/{tool_id} \
  --header 'Authorization: Bearer <token>'
{
  "tool": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Path Parameters

tool_id
string
required

Query Parameters

lang
enum<string>
Available options:
pt,
en

Response

Tool with the viewer's reporters (installed flag).

tool
object