Nexscope logo

Ruiguan Detection Patent Design API

REST API and MCP service documentation generated from server-side API definitions. Responses shown here are the direct payload returned by each API execution.

API selector
Patent & IP Risk

API overview

Detect design-patent risks by comparing a product image with patent records across more than 25 jurisdictions.

Try this API
Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run
MCP method
nexscope_ruiguan_detection_patent_design

Authentication

All run endpoints require a user API key. Send it as a bearer token in the Authorization header.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Missing or invalid API keys return an authentication error. Manage keys from .
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run

Run an API

Request parameters documented by ecommerce.ruiguan-detection-patent-design.

Slugruiguan-detection-patent-design
HeadersAuthorization: Bearer nk_...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyDirect API response payload. No data/result wrapper is added.

Status codes

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Example request

curl -X POST https://api.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "regions": "US",   "enableRadar": false,   "imageUrl": "https://m.media-amazon.com/images/I/719mRAn2VrL._AC_SL1500_.jpg",   "productTitle": "Magnetic phone case",   "patentStatus": "1,0",   "queryMode": "physical",   "productDescription": "A protective smartphone case with a magnetic ring stand and shockproof corners.",   "topNumber": 10 }'
All categories/ Patent & IP Risk
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run

Run this API

Send a JSON request to execute this API and receive the direct response payload.

Open tester

Endpoint

MethodPOST
Pathhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
imageUrlstringrequired
Product image URL used for comparison with the patent database (maximum 1,000 characters)
Example: https://m.media-amazon.com/images/I/719mRAn2VrL._AC_SL1500_.jpg
queryModestringrequired
Search mode: physical for product-photo search, line for line-drawing search, or hybrid for combined search. Maximum 1,000 characters
Example: physical
topNumberintegerrequired
Number of patents to return (maximum 100)
Example: 10
regionsstringoptional
Country or region codes where the product is sold, separated by commas, for example US,EU,CN. Supported values: US, EU, CN, JP, KR, DE, GB, FR, IT, AU, CA, BR, MX, IN, TH, SE, CH, IE, IL, DK, NZ, AT, BX, FI, and WO. Maximum 1,000 characters
Example: US
productTitlestringoptional
Product title used to provide additional search context (maximum 1,000 characters)
Example: Magnetic phone case
productDescriptionstringoptional
Product description used to provide additional search context (maximum 1,000 characters)
Example: A protective smartphone case with a magnetic ring stand and shockproof corners.
patentStatusstringoptional
Patent-validity filter: 1 for active patents, 0 for inactive patents, or 1,0 for all patents. Maximum 1,000 characters
Example: 1,0
enableRadarbooleanoptional
Whether to enable AI radar analysis for potential infringement
Example: false
topLocstringoptional
Top-level LOC classes to search, for example 06,07. Pattern: ^(0[1-9]\
sourceLanguagestringoptional
Source-language code used to translate content into English, for example zh-CN. Leave empty when the text is already English. Maximum 1,000 characters

Request example

{
  "regions": "US",
  "enableRadar": false,
  "imageUrl": "https://m.media-amazon.com/images/I/719mRAn2VrL._AC_SL1500_.jpg",
  "productTitle": "Magnetic phone case",
  "patentStatus": "1,0",
  "queryMode": "physical",
  "productDescription": "A protective smartphone case with a magnetic ring stand and shockproof corners.",
  "topNumber": 10
}

Response body

Returns the documented upstream API response directly without an additional wrapper.

NameTypeRequiredDescription
totalintegeroptional
Total number of patent records returned
Example: 1
dataarrayoptional
Patent records; see the patent fields below
Example: []
columnsarrayoptional
Column definitions used for rendering
Example: []
costTokenintegeroptional
Tokens consumed
Example: 1
typestringoptional
Rendering style
data[].applicationNumberstringoptional
Patent application number
data[].publicationNumberstringoptional
Patent publication number
data[].patentProdstringoptional
Patent title in English
data[].patentProdCnstringoptional
Patent title in Chinese
data[].similaritystringoptional
Similarity between the patent and product image (0-1)
data[].patentImageUrlstringoptional
URL of the patent drawing most similar to the product image
Example: https://example.com/image.jpg
data[].imagesarrayoptional
Patent image URLs
Example: []
data[].abstractsstringoptional
Patent abstract
data[].specificationstringoptional
Patent specification
data[].inventorsarrayoptional
Inventors
Example: []
data[].applicantsarrayoptional
Applicants
Example: []
data[].applicantAddressesarrayoptional
Applicant addresses
Example: []
data[].troCasebooleanoptional
Whether the patent has a history of TRO enforcement
Example: false
data[].troHolderbooleanoptional
Whether the patent belongs to a TRO rights holder
Example: false
data[].radarResultobjectoptional
AI radar analysis result
Example: {}
radarResult.samebooleanoptional
Whether infringement is suspected
Example: false
radarResult.expstringoptional
Radar decision explanation
data[].patentLocstringoptional
LOC classifications for the patent, separated by commas
data[].locOneInfostringoptional
Top-level LOC details
data[].locTwoInfostringoptional
Second-level LOC details
data[].patentValiditystringoptional
Patent validity
data[].applicationDatestringoptional
Patent application date
Example: 2026-01-01
data[].publicationDatestringoptional
Patent publication date
Example: 2026-01-01
data[].grantDatestringoptional
Patent grant date
Example: 2026-01-01
data[].estimatedDueDatestringoptional
Estimated expiration date
Example: 2026-01-01
data[].registrationOfficeCodestringoptional
Patent registration office
data[].patentFamilyarrayoptional
Patent family
Example: []
data[].globalPatentIdstringoptional
Global patent ID
Example: example-id
data[].globalImageIdstringoptional
Patent image ID
Example: example-id
data[].isSketchTextstringoptional
Whether the image is a line drawing
errcodeintegeroptional
Upstream status code returned by the provider.
errmsgstringoptional
Upstream status message returned by the provider.
codestringoptional
Provider-specific status code.
msgstringoptional
Provider-specific status message.
messagestringoptional
Provider-specific message.
titlestringoptional
Provider-specific response title.
sourceTypestringoptional
Provider-specific source platform type.
sourceToolstringoptional
Provider-specific source tool name.
costTimeintegeroptional
Execution time reported by the upstream provider.
pageintegeroptional
Current page returned by the upstream provider.
pageSizeintegeroptional
Page size returned by the upstream provider.
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
totalPageintegeroptional
Total page count returned by the upstream provider.
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.

Response example

Direct response payload. No extra wrapper is added.

{
  "total": 1,
  "data": [
    {
      "patentImageUrl": "https://example.com/image.jpg",
      "images": [],
      "inventors": [],
      "applicants": [],
      "applicantAddresses": [],
      "troCase": false,
      "troHolder": false,
      "radarResult": {},
      "applicationDate": "2026-01-01",
      "publicationDate": "2026-01-01",
      "grantDate": "2026-01-01",
      "estimatedDueDate": "2026-01-01",
      "patentFamily": [],
      "globalPatentId": "example-id",
      "globalImageId": "example-id"
    }
  ],
  "columns": [],
  "costToken": 1,
  "radarResult": {
    "same": false
  }
}

Responses

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Data source, freshness, and limitations

Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.

Related APIs

MCP

Use the MCP endpoint when an agent needs to discover and call API tools with JSON-RPC.

GET /api/skill-api/v1/mcp
POST /api/skill-api/v1/mcp
Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Content-Type: application/json

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_ruiguan_detection_patent_design",
    "arguments": {
      "regions": "US",
      "enableRadar": false,
      "imageUrl": "https://m.media-amazon.com/images/I/719mRAn2VrL._AC_SL1500_.jpg",
      "productTitle": "Magnetic phone case",
      "patentStatus": "1,0",
      "queryMode": "physical",
      "productDescription": "A protective smartphone case with a magnetic ring stand and shockproof corners.",
      "topNumber": 10
    }
  }
}

Online test

Execute the current API with your API key and JSON payload.

Try it

Send a real request with the same contract shown in the reference.

Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run
MCP method
nexscope_ruiguan_detection_patent_design
cURL
curl -X POST \
  https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "regions": "US", "enableRadar": false, "imageUrl": "https://m.media-amazon.com/images/I/719mRAn2VrL._AC_SL1500_.jpg", "productTitle": "Magnetic phone case", "patentStatus": "1,0", "queryMode": "physical", "productDescription": "A protective smartphone case with a magnetic ring stand and shockproof corners.", "topNumber": 10 }'
Response
No response yet. Run the request to see the response here.