Nexscope

Ruiguan Detection Patent Design API

REST API and MCP service documentation generated from server-side API definitions. Responses use the shared code, msg, and data envelope.

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://api.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://api.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 bodyPlatform envelope: code, msg, data, ts, time, cost, traceId. Inspect data.status for asynchronous completion.

Status codes

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
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://api.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 documented response payload.

Endpoint

MethodPOST
Pathhttps://api.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. Maximum 1,000 characters
Available options
  • US
  • EU
  • CN
  • JP
  • KR
  • DE
  • GB
  • FR
  • IT
  • AU
  • CA
  • BR
  • MX
  • IN
  • TH
  • SE
  • CH
  • IE
  • IL
  • DK
  • NZ
  • AT
  • BX
  • FI
  • WO
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

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

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

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Response example

Platform response envelope. code 0 indicates success or acceptance; data contains the business result.

{
  "data": {
    "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
    }
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}

Responses

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
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.

120 credits / callAPI usage records

Try it

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

Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run
MCP method
nexscope_ruiguan_detection_patent_design
cURL
curl -X POST \
  https://api.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.