[AI39-1] Enhanced design infringement risk search-Submit Full FTO Workflow Task

post
https://connect.patsnap.com/api/mcp/submit-workflow
Try in Sandbox

Submit a target image and trigger the full FTO workflow. At least one of url or target_image_base64 must be provided; if both are provided, url takes precedence. task_id is generated automatically by the server and cannot be passed in externally.

Request Parameters

List of parameters supported by this API endpoint

NameTypeExampleDescription
user_id
stringuser_123456
User ID, optional; if not provided, the server will use the context user or generate an anonymous MCP user
url
stringhttps://example.com/target-image.jpg
Target image URL; at least one of url or target_image_base64 must be provided, url takes precedence when both are given
target_image_base64
stringiVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=
Target image base64 encoding; at least one of url or target_image_base64 must be provided, url takes precedence when both are given
title
stringFTO 图像检索任务-2026-05-22
Task title
country
array[ "CN", "US", "EU" ]
Country/region code list, e.g. CN, US, JP, KR, AU, EU
loc_items
array[ { "id": "09-01", "desc": "包装容器" } ]
LOC classification item list
id
Required
string09-01
LOC classification code, e.g. 09-01
desc
string包装容器
LOC classification description
apply_start_time
string20200101
Application start date, format YYYYMMDD
apply_end_time
string20260522
Application end date, format YYYYMMDD
simple_legal_status
string1,2
Simple legal status filter, comma-separated. 0=Inactive, 1=Active, 2=Pending. Default 1,2; pass 0,1,2 to include inactive patents

Response Schema

Structure of the API response data

Field NameTypeExampleDescription
message
Required
string任务提交成功
Submission result message
success
Required
booleantrue
Whether submission succeeded
task_id
string8f3c1b2a-9d4e-4a7b-bc5e-12345678abcd
Task ID generated automatically by the server; may be empty when submission fails

Success Response Example

Example of a successful API response

JSON
{
  "status": true,
  "message": "任务提交成功",
  "success": true,
  "task_id": "8f3c1b2a-9d4e-4a7b-bc5e-12345678abcd",
  "error_code": 0
}

Error Codes

List of possible error codes returned by this endpoint

Business Errors

Error CodeDescription
68300004Invalid parameter!
68300005Search api failure!
68300006Analytic basic access error!
68300007Bad request!
68300008Service error, please try again later!
68300010The file does not comply with upload specifications!

Platform Errors

Error CodeDescription
67200000API call exceeds the total limit set by the platform!
67200001API call exceeds the total limit set by the platform!
67200002The current call rate is too fast, exceeding the current configuration limit QPS!
67200003The key and secret parameters for applying for the token are incorrect or the client has been disabled!
67200004The requested api does not have permission. Please contact our support personnel!
67200005Insufficient account balance/number of calls!
67200006The client has exceeded the activation validity period!
67200007The current call exceeds the configured usage limit of the day!
67200008Please check if the required apikey in the query parameter has been transmitted!
67200009The apikey does not match the passed bearerToken. Please check if a valid token is being used!
67200012The request is illegal!
67200100The current server status is busy, request response timeout!
67200101The API requested currently does not exist. Please check the request path!

HTTP Status Codes

Status CodeDescription
0Success
422Validation Error

Performance Metrics

Expected performance characteristics for this endpoint

Normal Response Time

5000 ms

Max Response Time

10000 ms