[{"id":"word-count","canonicalId":"word-count","name":"Word Count","description":"Count Unicode characters, whitespace-delimited words, and lines in a text string.","descriptionForModel":"Count Unicode characters, whitespace-delimited words, and lines in a text string.","category":"text-analysis","keywords":["text","word count","character count","line count","statistics"],"useCases":["Estimate text length before publishing","Measure prompt or document size","Analyze plain text statistics"],"limitations":["Words are counted by whitespace boundaries"],"endpoint":"/api/tools/word-count","endpointAliases":["/api/tools/word-count"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"tiny-api","tags":["text","utility","analysis"],"inputSchema":{"properties":{"text":{"type":"string"}},"required":["text"],"type":"object"},"outputSchema":{"properties":{"characters":{"type":"integer"},"lines":{"type":"integer"},"words":{"type":"integer"}},"type":"object"},"exampleRequest":{"text":"hello paid api"},"exampleResponse":{"characters":14,"lines":1,"words":3},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"slugify","canonicalId":"slugify","name":"Slugify","description":"Convert an English title into a lowercase URL-safe slug.","descriptionForModel":"Convert an English title into a lowercase URL-safe slug.","category":"text-transform","keywords":["slug","url","seo","title","permalink"],"useCases":["Generate URL slugs for articles","Normalize product or documentation titles","Create SEO-friendly identifiers"],"limitations":["Designed for English titles and ASCII URL slugs"],"endpoint":"/api/tools/slugify","endpointAliases":["/api/tools/slugify"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"tiny-api","tags":["text","seo","utility"],"inputSchema":{"properties":{"title":{"type":"string"}},"required":["title"],"type":"object"},"outputSchema":{"properties":{"slug":{"type":"string"}},"type":"object"},"exampleRequest":{"title":"Build Paid APIs With HTTP 402"},"exampleResponse":{"slug":"build-paid-apis-with-http-402"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"timestamp","canonicalId":"timestamp","name":"Timestamp","description":"Return the current server time in UTC RFC3339 format and Unix seconds.","descriptionForModel":"Return the current server time in UTC RFC3339 format and Unix seconds.","category":"time","keywords":["time","timestamp","utc","unix","clock"],"useCases":["Get current UTC server time","Generate timestamps for logs or signatures","Check API availability with a cheap read-only call"],"limitations":["Returns server time, not user local time"],"endpoint":"/api/tools/timestamp","endpointAliases":["/api/tools/timestamp"],"method":"GET","enabled":true,"publishStatus":"published","paymentPolicyId":"metered-time","tags":["time","utility"],"inputSchema":{"properties":{},"type":"object"},"outputSchema":{"properties":{"isoTime":{"format":"date-time","type":"string"},"unix":{"type":"integer"}},"type":"object"},"exampleResponse":{"isoTime":"2026-05-26T00:00:00Z","unix":1779753600},"priceCents":3,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"proxy-health","canonicalId":"proxy-health","name":"Proxy Health","description":"通过 backendUrl 转发到真实服务的付费代理示例。","descriptionForModel":"通过 backendUrl 转发到真实服务的付费代理示例。","endpoint":"/api/tools/proxy-health","endpointAliases":["/api/tools/proxy-health"],"method":"GET","enabled":true,"publishStatus":"published","paymentPolicyId":"metered-time","priceCents":3,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"random-uuid","canonicalId":"random-uuid","name":"Random Uuid","description":"Generate a random UUID by calling a third-party HTTP API.","descriptionForModel":"Generate a random UUID by calling a third-party HTTP API.","category":"utility","keywords":["uuid","random id","identifier","generate uuid"],"useCases":["Generate unique IDs","Create test identifiers","Produce random UUID values"],"limitations":["Depends on httpbin.org availability; suitable for testing","not production SLA"],"endpoint":"/api/tools/random-uuid","endpointAliases":["/api/tools/random-uuid"],"method":"GET","enabled":true,"publishStatus":"published","paymentPolicyId":"tiny-api","tags":["uuid","random","utility"],"inputSchema":{"properties":{},"type":"object"},"outputSchema":{"properties":{"uuid":{"type":"string"}},"type":"object"},"exampleResponse":{"uuid":"496e23f6-ae40-4518-b3fc-8320651f4089"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"hk-weather","canonicalId":"hk-weather","name":"Hk Weather","description":"Get current weather in Hong Kong, including temperature, relative humidity, and wind speed, from Open-Meteo.","descriptionForModel":"Get current weather in Hong Kong, including temperature, relative humidity, and wind speed, from Open-Meteo.","category":"weather","keywords":["weather","current weather","Hong Kong weather","temperature","humidity","wind speed"],"useCases":["Check current weather","Answer weather questions about Hong Kong","Get simple weather data for testing"],"limitations":["Fixed location Hong Kong; depends on Open-Meteo availability"],"endpoint":"/api/tools/hk-weather","endpointAliases":["/api/tools/hk-weather"],"method":"GET","enabled":true,"publishStatus":"published","paymentPolicyId":"tiny-api","tags":["weather","hong kong","temperature","humidity","wind"],"inputSchema":{"properties":{},"type":"object"},"outputSchema":{"properties":{"current":{"type":"object"},"timezone":{"type":"string"}},"type":"object"},"exampleResponse":{"current":{"relative_humidity_2m":72,"temperature_2m":30.4,"time":"2026-05-28T16:15","wind_speed_10m":11.9},"timezone":"Asia/Hong_Kong"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"multilingual-ocr","canonicalId":"multilingual-ocr","internalServiceId":"aliyun-multilang-ocr","name":"Multilingual OCR","description":"Recognize printed text from a public image URL. Use this OCR API for mixed or unknown-language images; pass optional language and layout hints when the schema supports them.","descriptionForModel":"Recognize printed text from a public image URL. Use this OCR API for mixed or unknown-language images; pass optional language and layout hints when the schema supports them.","category":"ocr","keywords":["ocr","text recognition","image text extraction","document OCR","screenshot OCR","receipt OCR","invoice OCR","bill OCR","form OCR","extract text from image","recognize text","multilingual","multi language","auto language","通用多语言","小语种"],"useCases":["Extract text from public image URLs","Read mixed or unknown-language images","Convert scanned documents, screenshots, receipts, forms, and image text into structured JSON"],"limitations":["Only public http or https image URLs are supported in this adapter","Image binary upload is not exposed by this Server402 adapter","Provider credentials and upstream OCR permissions must be configured on the server"],"endpoint":"/api/tools/multilingual-ocr","legacyEndpoint":"/api/tools/aliyun-multilang-ocr","endpointAliases":["/api/tools/multilingual-ocr","/api/tools/aliyun-multilang-ocr"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"ocr-api","tags":["ocr","image","text-extraction","document-processing","multilingual","multi language","auto language","通用多语言","小语种"],"inputSchema":{"properties":{"imageUrl":{"format":"uri","type":"string"},"languages":{"items":{"type":"string"},"type":"array"},"needRotate":{"type":"boolean"},"needSortPage":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"}},"required":["imageUrl","languages"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","content","data"],"type":"object"},"exampleRequest":{"imageUrl":"https://img.alicdn.com/tfs/TB1Wo7eXAvoK1RjSZFDXXXY3pXa-2512-3509.jpg","languages":["eng","chn"],"needRotate":false,"needSortPage":false,"outputCharInfo":false,"outputTable":false},"exampleResponse":{"code":"200","content":"PACKING Shipper/Export Invoice No \u0026 Date","data":{"content":"PACKING Shipper/Export Invoice No \u0026 Date"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1500ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["english-ocr","japanese-ocr","korean-ocr"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"imageUrl is required","statusCode":400},{"input":{"imageUrl":"not-a-url"},"error":"imageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"aliyun-docmind-trade-package-extract","canonicalId":"aliyun-docmind-trade-package-extract","name":"Docmind Trade Package Extract","description":"Submit a Trade Document Package extraction job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a Trade Document Package extraction job to Alibaba Cloud Document Mind from a public file URL.","category":"document-extraction","keywords":["aliyun","document mind","docmind","AyncTradeDocumentPackageExtractSmartApp"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-trade-package-extract","endpointAliases":["/api/tools/aliyun-docmind-trade-package-extract"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-extraction"],"inputSchema":{"properties":{"customExtractionRange":{"items":{"type":"string"},"type":"array"},"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"option":{"type":"string"},"templateName":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-doc-parser-submit","canonicalId":"aliyun-docmind-doc-parser-submit","name":"Docmind Doc Parser Submit","description":"Submit a large-model document parsing job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a large-model document parsing job to Alibaba Cloud Document Mind from a public file URL.","category":"document-understanding","keywords":["aliyun","document mind","docmind","SubmitDocParserJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-doc-parser-submit","endpointAliases":["/api/tools/aliyun-docmind-doc-parser-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"customOssConfig":{"type":"object"},"enableEventCallback":{"type":"boolean"},"enhancementMode":{"type":"string"},"fileName":{"type":"string"},"fileNameExtension":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"formulaEnhancement":{"type":"boolean"},"llmEnhancement":{"type":"boolean"},"llmParam":{"type":"object"},"multimediaParameters":{"type":"object"},"needHeaderFooter":{"type":"boolean"},"option":{"type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"outputFormat":{"items":{"type":"string"},"type":"array"},"outputHtmlTable":{"type":"boolean"},"pageIndex":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileNameExtension":"pdf","fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-doc-parser-status","canonicalId":"aliyun-docmind-doc-parser-status","name":"Docmind Doc Parser Status","description":"Query the processing status of an Alibaba Cloud Document Mind large-model document parsing job.","descriptionForModel":"Query the processing status of an Alibaba Cloud Document Mind large-model document parsing job.","category":"document-understanding","keywords":["aliyun","document mind","docmind","QueryDocParserStatus"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-doc-parser-status","endpointAliases":["/api/tools/aliyun-docmind-doc-parser-status"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-query-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"id":"docmind-20260529-example"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-doc-parser-result","canonicalId":"aliyun-docmind-doc-parser-result","name":"Docmind Doc Parser Result","description":"Fetch parsed layout and content results for an Alibaba Cloud Document Mind large-model job.","descriptionForModel":"Fetch parsed layout and content results for an Alibaba Cloud Document Mind large-model job.","category":"document-understanding","keywords":["aliyun","document mind","docmind","GetDocParserResult"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-doc-parser-result","endpointAliases":["/api/tools/aliyun-docmind-doc-parser-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-query-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"excludeFields":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"layoutNum":{"type":"integer"},"layoutStepSize":{"type":"integer"}},"required":["id"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"id":"docmind-20260529-example"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-doc-structure-submit","canonicalId":"aliyun-docmind-doc-structure-submit","name":"Docmind Doc Structure Submit","description":"Submit a document structure parsing job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a document structure parsing job to Alibaba Cloud Document Mind from a public file URL.","category":"document-understanding","keywords":["aliyun","document mind","docmind","SubmitDocStructureJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-doc-structure-submit","endpointAliases":["/api/tools/aliyun-docmind-doc-structure-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"allowPptFormat":{"type":"boolean"},"enableEventCallback":{"type":"boolean"},"fileName":{"type":"string"},"fileNameExtension":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"formulaEnhancement":{"type":"boolean"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"outputFormat":{"items":{"type":"string"},"type":"array"},"pageIndex":{"type":"string"},"structureType":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileNameExtension":"pdf","fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-doc-structure-result","canonicalId":"aliyun-docmind-doc-structure-result","name":"Docmind Doc Structure Result","description":"Fetch document structure parsing results from Alibaba Cloud Document Mind by job ID.","descriptionForModel":"Fetch document structure parsing results from Alibaba Cloud Document Mind by job ID.","category":"document-understanding","keywords":["aliyun","document mind","docmind","GetDocStructureResult"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-doc-structure-result","endpointAliases":["/api/tools/aliyun-docmind-doc-structure-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-query-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"id":{"type":"string"},"imageStrategy":{"type":"string"},"revealMarkdown":{"type":"boolean"},"useUrlResponseBody":{"type":"boolean"}},"required":["id"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"id":"docmind-20260529-example"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-digital-doc-structure-submit","canonicalId":"aliyun-docmind-digital-doc-structure-submit","name":"Docmind Digital Doc Structure Submit","description":"Submit a digital document structure parsing job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a digital document structure parsing job to Alibaba Cloud Document Mind from a public file URL.","category":"document-understanding","keywords":["aliyun","document mind","docmind","SubmitDigitalDocStructureJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-digital-doc-structure-submit","endpointAliases":["/api/tools/aliyun-docmind-digital-doc-structure-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"fileName":{"type":"string"},"fileNameExtension":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"imageStrategy":{"type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"revealMarkdown":{"type":"boolean"},"useUrlResponseBody":{"type":"boolean"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileNameExtension":"pdf","fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-table-understanding-submit","canonicalId":"aliyun-docmind-table-understanding-submit","name":"Docmind Table Understanding Submit","description":"Submit a table understanding job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a table understanding job to Alibaba Cloud Document Mind from a public file URL.","category":"document-understanding","keywords":["aliyun","document mind","docmind","SubmitTableUnderstandingJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-table-understanding-submit","endpointAliases":["/api/tools/aliyun-docmind-table-understanding-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"fileName":{"type":"string"},"fileNameExtension":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileNameExtension":"pdf","fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-table-understanding-result","canonicalId":"aliyun-docmind-table-understanding-result","name":"Docmind Table Understanding Result","description":"Fetch table understanding results from Alibaba Cloud Document Mind by job ID.","descriptionForModel":"Fetch table understanding results from Alibaba Cloud Document Mind by job ID.","category":"document-understanding","keywords":["aliyun","document mind","docmind","GetTableUnderstandingResult"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-table-understanding-result","endpointAliases":["/api/tools/aliyun-docmind-table-understanding-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-query-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"id":"docmind-20260529-example"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-document-extract-submit","canonicalId":"aliyun-docmind-document-extract-submit","name":"Docmind Document Extract Submit","description":"Submit a document extraction job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a document extraction job to Alibaba Cloud Document Mind from a public file URL.","category":"document-extraction","keywords":["aliyun","document mind","docmind","SubmitDocumentExtractJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-document-extract-submit","endpointAliases":["/api/tools/aliyun-docmind-document-extract-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-extraction"],"inputSchema":{"properties":{"fileName":{"type":"string"},"fileNameExtension":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileNameExtension":"pdf","fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-document-extract-result","canonicalId":"aliyun-docmind-document-extract-result","name":"Docmind Document Extract Result","description":"Fetch document extraction results from Alibaba Cloud Document Mind by job ID.","descriptionForModel":"Fetch document extraction results from Alibaba Cloud Document Mind by job ID.","category":"document-extraction","keywords":["aliyun","document mind","docmind","GetDocumentExtractResult"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-document-extract-result","endpointAliases":["/api/tools/aliyun-docmind-document-extract-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-query-api","tags":["aliyun","document-mind","docmind","document-extraction"],"inputSchema":{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"id":"docmind-20260529-example"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-document-compare-result","canonicalId":"aliyun-docmind-document-compare-result","name":"Docmind Document Compare Result","description":"Fetch document comparison results from Alibaba Cloud Document Mind by job ID.","descriptionForModel":"Fetch document comparison results from Alibaba Cloud Document Mind by job ID.","category":"document-understanding","keywords":["aliyun","document mind","docmind","GetDocumentCompareResult"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-document-compare-result","endpointAliases":["/api/tools/aliyun-docmind-document-compare-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-query-api","tags":["aliyun","document-mind","docmind","document-understanding"],"inputSchema":{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"id":"docmind-20260529-example"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-pdf-to-word-submit","canonicalId":"aliyun-docmind-pdf-to-word-submit","name":"Docmind Pdf To Word Submit","description":"Submit a PDF-to-Word conversion job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a PDF-to-Word conversion job to Alibaba Cloud Document Mind from a public file URL.","category":"document-conversion","keywords":["aliyun","document mind","docmind","SubmitConvertPdfToWordJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-pdf-to-word-submit","endpointAliases":["/api/tools/aliyun-docmind-pdf-to-word-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"enableEventCallback":{"type":"boolean"},"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"forceExportInnerImage":{"type":"boolean"},"formulaEnhancement":{"type":"boolean"},"option":{"type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-pdf-to-image-submit","canonicalId":"aliyun-docmind-pdf-to-image-submit","name":"Docmind Pdf To Image Submit","description":"Submit a PDF-to-image conversion job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a PDF-to-image conversion job to Alibaba Cloud Document Mind from a public file URL.","category":"document-conversion","keywords":["aliyun","document mind","docmind","SubmitConvertPdfToImageJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-pdf-to-image-submit","endpointAliases":["/api/tools/aliyun-docmind-pdf-to-image-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"enableEventCallback":{"type":"boolean"},"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-pdf-to-excel-submit","canonicalId":"aliyun-docmind-pdf-to-excel-submit","name":"Docmind Pdf To Excel Submit","description":"Submit a PDF-to-Excel conversion job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a PDF-to-Excel conversion job to Alibaba Cloud Document Mind from a public file URL.","category":"document-conversion","keywords":["aliyun","document mind","docmind","SubmitConvertPdfToExcelJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-pdf-to-excel-submit","endpointAliases":["/api/tools/aliyun-docmind-pdf-to-excel-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"enableEventCallback":{"type":"boolean"},"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"forceExportInnerImage":{"type":"boolean"},"forceMergeExcel":{"type":"boolean"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-pdf-to-markdown-submit","canonicalId":"aliyun-docmind-pdf-to-markdown-submit","name":"Docmind Pdf To Markdown Submit","description":"Submit a PDF-to-Markdown conversion job to Alibaba Cloud Document Mind from a public file URL.","descriptionForModel":"Submit a PDF-to-Markdown conversion job to Alibaba Cloud Document Mind from a public file URL.","category":"document-conversion","keywords":["aliyun","document mind","docmind","SubmitConvertPdfToMarkdownJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-pdf-to-markdown-submit","endpointAliases":["/api/tools/aliyun-docmind-pdf-to-markdown-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["fileUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"fileUrl":"https://example.com/document.pdf"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-image-to-word-submit","canonicalId":"aliyun-docmind-image-to-word-submit","name":"Docmind Image To Word Submit","description":"Submit an image-to-Word conversion job to Alibaba Cloud Document Mind from public image URLs.","descriptionForModel":"Submit an image-to-Word conversion job to Alibaba Cloud Document Mind from public image URLs.","category":"document-conversion","keywords":["aliyun","document mind","docmind","SubmitConvertImageToWordJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-image-to-word-submit","endpointAliases":["/api/tools/aliyun-docmind-image-to-word-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"enableEventCallback":{"type":"boolean"},"imageNameExtension":{"type":"string"},"imageNames":{"items":{"type":"string"},"type":"array"},"imageUrls":{"items":{"format":"uri","type":"string"},"type":"array"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["imageUrls"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"imageNameExtension":"png","imageUrls":["https://example.com/page-1.png"]},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-image-to-pdf-submit","canonicalId":"aliyun-docmind-image-to-pdf-submit","name":"Docmind Image To Pdf Submit","description":"Submit an image-to-PDF conversion job to Alibaba Cloud Document Mind from public image URLs.","descriptionForModel":"Submit an image-to-PDF conversion job to Alibaba Cloud Document Mind from public image URLs.","category":"document-conversion","keywords":["aliyun","document mind","docmind","SubmitConvertImageToPdfJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-image-to-pdf-submit","endpointAliases":["/api/tools/aliyun-docmind-image-to-pdf-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"enableEventCallback":{"type":"boolean"},"imageNameExtension":{"type":"string"},"imageNames":{"items":{"type":"string"},"type":"array"},"imageUrls":{"items":{"format":"uri","type":"string"},"type":"array"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["imageUrls"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"imageNameExtension":"png","imageUrls":["https://example.com/page-1.png"]},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-image-to-excel-submit","canonicalId":"aliyun-docmind-image-to-excel-submit","name":"Docmind Image To Excel Submit","description":"Submit an image-to-Excel conversion job to Alibaba Cloud Document Mind from public image URLs.","descriptionForModel":"Submit an image-to-Excel conversion job to Alibaba Cloud Document Mind from public image URLs.","category":"document-conversion","keywords":["aliyun","document mind","docmind","SubmitConvertImageToExcelJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-image-to-excel-submit","endpointAliases":["/api/tools/aliyun-docmind-image-to-excel-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"enableEventCallback":{"type":"boolean"},"forceMergeExcel":{"type":"boolean"},"imageNameExtension":{"type":"string"},"imageNames":{"items":{"type":"string"},"type":"array"},"imageUrls":{"items":{"format":"uri","type":"string"},"type":"array"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["imageUrls"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"imageNameExtension":"png","imageUrls":["https://example.com/page-1.png"]},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-image-to-markdown-submit","canonicalId":"aliyun-docmind-image-to-markdown-submit","name":"Docmind Image To Markdown Submit","description":"Submit an image-to-Markdown conversion job to Alibaba Cloud Document Mind from public image URLs.","descriptionForModel":"Submit an image-to-Markdown conversion job to Alibaba Cloud Document Mind from public image URLs.","category":"document-conversion","keywords":["aliyun","document mind","docmind","SubmitConvertImageToMarkdownJob"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-image-to-markdown-submit","endpointAliases":["/api/tools/aliyun-docmind-image-to-markdown-submit"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-submit-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"imageNameExtension":{"type":"string"},"imageNames":{"items":{"type":"string"},"type":"array"},"imageUrls":{"items":{"format":"uri","type":"string"},"type":"array"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"}},"required":["imageUrls"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"imageNameExtension":"png","imageUrls":["https://example.com/page-1.png"]},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":30,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-document-convert-result","canonicalId":"aliyun-docmind-document-convert-result","name":"Docmind Document Convert Result","description":"Fetch document conversion results from Alibaba Cloud Document Mind by job ID.","descriptionForModel":"Fetch document conversion results from Alibaba Cloud Document Mind by job ID.","category":"document-conversion","keywords":["aliyun","document mind","docmind","GetDocumentConvertResult"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-document-convert-result","endpointAliases":["/api/tools/aliyun-docmind-document-convert-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-query-api","tags":["aliyun","document-mind","docmind","document-conversion"],"inputSchema":{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"id":"docmind-20260529-example"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"aliyun-docmind-page-num","canonicalId":"aliyun-docmind-page-num","name":"Docmind Page Num","description":"Fetch page count metadata from Alibaba Cloud Document Mind by business ID.","descriptionForModel":"Fetch page count metadata from Alibaba Cloud Document Mind by business ID.","category":"document-utility","keywords":["aliyun","document mind","docmind","GetPageNum"],"useCases":["Call Alibaba Cloud Document Mind through HTTP 402","Automate document parsing, extraction, or conversion workflows"],"limitations":["Only public HTTP or HTTPS file URLs are supported by this Server402 adapter","Local file upload Advance APIs are not exposed","Requires Alibaba Cloud Document Mind RAM permission on the configured AccessKey"],"endpoint":"/api/tools/aliyun-docmind-page-num","endpointAliases":["/api/tools/aliyun-docmind-page-num"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"docmind-query-api","tags":["aliyun","document-mind","docmind","document-utility"],"inputSchema":{"properties":{"bizId":{"type":"string"}},"required":["bizId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"bizId":"docmind-biz-example"},"exampleResponse":{"code":"200","content":"docmind-20260529-example","data":{"Data":{"Id":"docmind-20260529-example"},"RequestId":"example-request-id"},"message":"success","requestId":"example-request-id"},"priceCents":5,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true},{"id":"english-ocr","canonicalId":"english-ocr","internalServiceId":"aliyun-ocr-english","name":"English OCR","description":"Recognize printed text from a public image URL. Use this OCR API for English document images; pass optional language and layout hints when the schema supports them.","descriptionForModel":"Recognize printed text from a public image URL. Use this OCR API for English document images; pass optional language and layout hints when the schema supports them.","category":"ocr","keywords":["ocr","text recognition","image text extraction","document OCR","screenshot OCR","receipt OCR","invoice OCR","bill OCR","form OCR","extract text from image","recognize text","english","eng","英语","英文"],"useCases":["Extract text from public image URLs","Read English document images","Convert scanned documents, screenshots, receipts, forms, and image text into structured JSON"],"limitations":["Only public http or https image URLs are supported in this adapter","Image binary upload is not exposed by this Server402 adapter","Provider credentials and upstream OCR permissions must be configured on the server"],"endpoint":"/api/tools/english-ocr","legacyEndpoint":"/api/tools/aliyun-ocr-english","endpointAliases":["/api/tools/english-ocr","/api/tools/aliyun-ocr-english"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"ocr-api","tags":["ocr","image","text-extraction","document-processing","english","eng","英语","英文"],"inputSchema":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"}},"required":["imageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","content","data"],"type":"object"},"exampleRequest":{"imageUrl":"https://img.alicdn.com/tfs/TB1K2a4NVY7gK0jSZKzXXaikpXa-2060-800.jpg","needRotate":false,"outputCharInfo":false,"outputTable":false},"exampleResponse":{"code":"200","content":"Dear Ms Jenkins","data":{"content":"Dear Ms Jenkins"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1500ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["multilingual-ocr","japanese-ocr","korean-ocr"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"imageUrl is required","statusCode":400},{"input":{"imageUrl":"not-a-url"},"error":"imageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"japanese-ocr","canonicalId":"japanese-ocr","internalServiceId":"aliyun-ocr-japanese","name":"Japanese OCR","description":"Recognize printed text from a public image URL. Use this OCR API for Japanese document images; pass optional language and layout hints when the schema supports them.","descriptionForModel":"Recognize printed text from a public image URL. Use this OCR API for Japanese document images; pass optional language and layout hints when the schema supports them.","category":"ocr","keywords":["ocr","text recognition","image text extraction","document OCR","screenshot OCR","receipt OCR","invoice OCR","bill OCR","form OCR","extract text from image","recognize text","japanese","jpn","日语","日文"],"useCases":["Extract text from public image URLs","Read Japanese document images","Convert scanned documents, screenshots, receipts, forms, and image text into structured JSON"],"limitations":["Only public http or https image URLs are supported in this adapter","Image binary upload is not exposed by this Server402 adapter","Provider credentials and upstream OCR permissions must be configured on the server"],"endpoint":"/api/tools/japanese-ocr","legacyEndpoint":"/api/tools/aliyun-ocr-japanese","endpointAliases":["/api/tools/japanese-ocr","/api/tools/aliyun-ocr-japanese"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"ocr-api","tags":["ocr","image","text-extraction","document-processing","japanese","jpn","日语","日文"],"inputSchema":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"}},"required":["imageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","content","data"],"type":"object"},"exampleRequest":{"imageUrl":"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20241223/igoptb/%E6%97%A5%E8%AF%AD%E8%AF%86%E5%88%AB.png","needRotate":false,"outputCharInfo":false,"outputTable":false},"exampleResponse":{"code":"200","content":"いくらですか","data":{"content":"いくらですか"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1500ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["multilingual-ocr","english-ocr","korean-ocr"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"imageUrl is required","statusCode":400},{"input":{"imageUrl":"not-a-url"},"error":"imageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"korean-ocr","canonicalId":"korean-ocr","internalServiceId":"aliyun-ocr-korean","name":"Korean OCR","description":"Recognize printed text from a public image URL. Use this OCR API for Korean document images; pass optional language and layout hints when the schema supports them.","descriptionForModel":"Recognize printed text from a public image URL. Use this OCR API for Korean document images; pass optional language and layout hints when the schema supports them.","category":"ocr","keywords":["ocr","text recognition","image text extraction","document OCR","screenshot OCR","receipt OCR","invoice OCR","bill OCR","form OCR","extract text from image","recognize text","korean","kor","韩语","韩文"],"useCases":["Extract text from public image URLs","Read Korean document images","Convert scanned documents, screenshots, receipts, forms, and image text into structured JSON"],"limitations":["Only public http or https image URLs are supported in this adapter","Image binary upload is not exposed by this Server402 adapter","Provider credentials and upstream OCR permissions must be configured on the server"],"endpoint":"/api/tools/korean-ocr","legacyEndpoint":"/api/tools/aliyun-ocr-korean","endpointAliases":["/api/tools/korean-ocr","/api/tools/aliyun-ocr-korean"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"ocr-api","tags":["ocr","image","text-extraction","document-processing","korean","kor","韩语","韩文"],"inputSchema":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"}},"required":["imageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","content","data"],"type":"object"},"exampleRequest":{"imageUrl":"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20241223/dgzqnh/%E9%9F%A9%E8%AF%AD%E8%AF%86%E5%88%AB.png","needRotate":false,"outputCharInfo":false,"outputTable":false},"exampleResponse":{"code":"200","content":"등록되었음을 증명합니다","data":{"content":"등록되었음을 증명합니다"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1500ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["multilingual-ocr","english-ocr","japanese-ocr"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"imageUrl is required","statusCode":400},{"input":{"imageUrl":"not-a-url"},"error":"imageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"thai-ocr","canonicalId":"thai-ocr","internalServiceId":"aliyun-ocr-thai","name":"Thai OCR","description":"Recognize printed text from a public image URL. Use this OCR API for Thai document images; pass optional language and layout hints when the schema supports them.","descriptionForModel":"Recognize printed text from a public image URL. Use this OCR API for Thai document images; pass optional language and layout hints when the schema supports them.","category":"ocr","keywords":["ocr","text recognition","image text extraction","document OCR","screenshot OCR","receipt OCR","invoice OCR","bill OCR","form OCR","extract text from image","recognize text","thai","tha","泰语","泰文"],"useCases":["Extract text from public image URLs","Read Thai document images","Convert scanned documents, screenshots, receipts, forms, and image text into structured JSON"],"limitations":["Only public http or https image URLs are supported in this adapter","Image binary upload is not exposed by this Server402 adapter","Provider credentials and upstream OCR permissions must be configured on the server"],"endpoint":"/api/tools/thai-ocr","legacyEndpoint":"/api/tools/aliyun-ocr-thai","endpointAliases":["/api/tools/thai-ocr","/api/tools/aliyun-ocr-thai"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"ocr-api","tags":["ocr","image","text-extraction","document-processing","thai","tha","泰语","泰文"],"inputSchema":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"}},"required":["imageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","content","data"],"type":"object"},"exampleRequest":{"imageUrl":"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20241218/utgxmk/%E6%B3%B0%E8%AF%AD%E8%AF%86%E5%88%AB.png","needRotate":false,"outputCharInfo":false,"outputTable":false},"exampleResponse":{"code":"200","content":"เริมเห็นผิวที่เรียบเบียน","data":{"content":"เริมเห็นผิวที่เรียบเบียน"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1500ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["multilingual-ocr","english-ocr","japanese-ocr"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"imageUrl is required","statusCode":400},{"input":{"imageUrl":"not-a-url"},"error":"imageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"russian-ocr","canonicalId":"russian-ocr","internalServiceId":"aliyun-ocr-russian","name":"Russian OCR","description":"Recognize printed text from a public image URL. Use this OCR API for Russian document images; pass optional language and layout hints when the schema supports them.","descriptionForModel":"Recognize printed text from a public image URL. Use this OCR API for Russian document images; pass optional language and layout hints when the schema supports them.","category":"ocr","keywords":["ocr","text recognition","image text extraction","document OCR","screenshot OCR","receipt OCR","invoice OCR","bill OCR","form OCR","extract text from image","recognize text","russian","rus","俄语","俄文"],"useCases":["Extract text from public image URLs","Read Russian document images","Convert scanned documents, screenshots, receipts, forms, and image text into structured JSON"],"limitations":["Only public http or https image URLs are supported in this adapter","Image binary upload is not exposed by this Server402 adapter","Provider credentials and upstream OCR permissions must be configured on the server"],"endpoint":"/api/tools/russian-ocr","legacyEndpoint":"/api/tools/aliyun-ocr-russian","endpointAliases":["/api/tools/russian-ocr","/api/tools/aliyun-ocr-russian"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"ocr-api","tags":["ocr","image","text-extraction","document-processing","russian","rus","俄语","俄文"],"inputSchema":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"}},"required":["imageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","content","data"],"type":"object"},"exampleRequest":{"imageUrl":"https://help-static-aliyun-doc.aliyuncs.com/assets/img/zh-CN/9788868261/p303421.jpg","needRotate":false,"outputCharInfo":false,"outputTable":false},"exampleResponse":{"code":"200","content":"пример текста","data":{"content":"пример текста"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1500ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["multilingual-ocr","english-ocr","japanese-ocr"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"imageUrl is required","statusCode":400},{"input":{"imageUrl":"not-a-url"},"error":"imageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"latin-script-ocr","canonicalId":"latin-script-ocr","internalServiceId":"aliyun-ocr-latin","name":"Latin-script OCR","description":"Recognize printed text from a public image URL. Use this OCR API for Latin-script document images; pass optional language and layout hints when the schema supports them.","descriptionForModel":"Recognize printed text from a public image URL. Use this OCR API for Latin-script document images; pass optional language and layout hints when the schema supports them.","category":"ocr","keywords":["ocr","text recognition","image text extraction","document OCR","screenshot OCR","receipt OCR","invoice OCR","bill OCR","form OCR","extract text from image","recognize text","latin","latn","拉丁语","拉丁语系"],"useCases":["Extract text from public image URLs","Read Latin-script document images","Convert scanned documents, screenshots, receipts, forms, and image text into structured JSON"],"limitations":["Only public http or https image URLs are supported in this adapter","Image binary upload is not exposed by this Server402 adapter","Provider credentials and upstream OCR permissions must be configured on the server"],"endpoint":"/api/tools/latin-script-ocr","legacyEndpoint":"/api/tools/aliyun-ocr-latin","endpointAliases":["/api/tools/latin-script-ocr","/api/tools/aliyun-ocr-latin"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"ocr-api","tags":["ocr","image","text-extraction","document-processing","latin","latn","拉丁语","拉丁语系"],"inputSchema":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"}},"required":["imageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","content","data"],"type":"object"},"exampleRequest":{"imageUrl":"https://help-static-aliyun-doc.aliyuncs.com/assets/img/zh-CN/9788868261/p303424.jpg","needRotate":false,"outputCharInfo":false,"outputTable":false},"exampleResponse":{"code":"200","content":"Lorem ipsum","data":{"content":"Lorem ipsum"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1500ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["multilingual-ocr","english-ocr","japanese-ocr"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"imageUrl is required","statusCode":400},{"input":{"imageUrl":"not-a-url"},"error":"imageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"waste-classification","canonicalId":"waste-classification","internalServiceId":"aliyun-imagerecog-classifying-rubbish","name":"Classifying Rubbish Image Recognition","description":"Use this visual AI API when the task needs classifying waste or recycling categories in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs classifying waste or recycling categories in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-recognition","keywords":["ClassifyingRubbish","阿里云图像识别 垃圾分类识别","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","classifying","rubbish"],"useCases":["classifying waste or recycling categories in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/waste-classification","legacyEndpoint":"/api/tools/aliyun-imagerecog-classifying-rubbish","endpointAliases":["/api/tools/waste-classification","/api/tools/aliyun-imagerecog-classifying-rubbish"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"ClassifyingRubbish","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["fruit-detection","image-element-detection","id-photo-quality-check"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"fruit-detection","canonicalId":"fruit-detection","internalServiceId":"aliyun-imagerecog-detect-fruits","name":"Detect Fruits Image Recognition","description":"Use this visual AI API when the task needs detecting fruit objects in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting fruit objects in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-recognition","keywords":["DetectFruits","阿里云图像识别 水果检测","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","detect","fruits"],"useCases":["detecting fruit objects in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/fruit-detection","legacyEndpoint":"/api/tools/aliyun-imagerecog-detect-fruits","endpointAliases":["/api/tools/fruit-detection","/api/tools/aliyun-imagerecog-detect-fruits"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectFruits","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","image-element-detection","id-photo-quality-check"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"image-element-detection","canonicalId":"image-element-detection","internalServiceId":"aliyun-imagerecog-detect-image-elements","name":"Detect Image Elements Image Recognition","description":"Use this visual AI API when the task needs detecting the main visual elements in an image. Send the schema keys exactly as listed (Url); required parameters: Url.","descriptionForModel":"Use this visual AI API when the task needs detecting the main visual elements in an image. Send the schema keys exactly as listed (Url); required parameters: Url.","category":"image-recognition","keywords":["DetectImageElements","阿里云图像识别 图片元素检测","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","detect","image","elements"],"useCases":["detecting the main visual elements in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/image-element-detection","legacyEndpoint":"/api/tools/aliyun-imagerecog-detect-image-elements","endpointAliases":["/api/tools/image-element-detection","/api/tools/aliyun-imagerecog-detect-image-elements"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Url":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["Url"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Url":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectImageElements","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","id-photo-quality-check"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"Url is required","statusCode":400},{"input":{"Url":"not-a-url"},"error":"Url must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"id-photo-quality-check","canonicalId":"id-photo-quality-check","internalServiceId":"aliyun-imagerecog-evaluate-certificate-quality","name":"Evaluate Certificate Quality Image Recognition","description":"Use this visual AI API when the task needs evaluating ID photo quality. Send the schema keys exactly as listed (ImageURL, Type); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs evaluating ID photo quality. Send the schema keys exactly as listed (ImageURL, Type); required parameters: ImageURL.","category":"image-recognition","keywords":["EvaluateCertificateQuality","阿里云图像识别 证件照质量审核","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","evaluate","certificate","quality"],"useCases":["evaluating ID photo quality","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/id-photo-quality-check","legacyEndpoint":"/api/tools/aliyun-imagerecog-evaluate-certificate-quality","endpointAliases":["/api/tools/id-photo-quality-check","/api/tools/aliyun-imagerecog-evaluate-certificate-quality"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"Type":{"description":"Alibaba Cloud RPC parameter Type.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"EvaluateCertificateQuality","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"image-recognition-job-result","canonicalId":"image-recognition-job-result","internalServiceId":"aliyun-imagerecog-get-async-job-result","name":"Get Async Job Result Image Recognition","description":"Use this visual AI API when the task needs querying asynchronous image recognition job results. Send the schema keys exactly as listed (JobId); required parameters: JobId.","descriptionForModel":"Use this visual AI API when the task needs querying asynchronous image recognition job results. Send the schema keys exactly as listed (JobId); required parameters: JobId.","category":"image-recognition","keywords":["GetAsyncJobResult","阿里云图像识别 图像识别异步结果查询","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","get","async","job","result"],"useCases":["querying asynchronous image recognition job results","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/image-recognition-job-result","legacyEndpoint":"/api/tools/aliyun-imagerecog-get-async-job-result","endpointAliases":["/api/tools/image-recognition-job-result","/api/tools/aliyun-imagerecog-get-async-job-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"JobId":{"description":"Alibaba Cloud asynchronous job ID.","type":"string"}},"required":["JobId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"JobId":"example-job-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"GetAsyncJobResult","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"complex","typicalResponseTime":"800ms","cacheable":false,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["job-id","aliyun-credentials"],"errorExamples":[{"input":{},"error":"jobId is required","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"food-recognition","canonicalId":"food-recognition","internalServiceId":"aliyun-imagerecog-recognize-food","name":"Recognize Food Image Recognition","description":"Use this visual AI API when the task needs recognizing dishes or food in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs recognizing dishes or food in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-recognition","keywords":["RecognizeFood","阿里云图像识别 菜品识别","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","recognize","food"],"useCases":["recognizing dishes or food in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/food-recognition","legacyEndpoint":"/api/tools/aliyun-imagerecog-recognize-food","endpointAliases":["/api/tools/food-recognition","/api/tools/aliyun-imagerecog-recognize-food"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizeFood","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"image-color-recognition","canonicalId":"image-color-recognition","internalServiceId":"aliyun-imagerecog-recognize-image-color","name":"Recognize Image Color Image Recognition","description":"Use this visual AI API when the task needs recognizing dominant colors, palettes, and color distribution. Send the schema keys exactly as listed (ColorCount, Url); required parameters: Url.","descriptionForModel":"Use this visual AI API when the task needs recognizing dominant colors, palettes, and color distribution. Send the schema keys exactly as listed (ColorCount, Url); required parameters: Url.","category":"image-recognition","keywords":["RecognizeImageColor","阿里云图像识别 图片色板识别","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","recognize","image","color"],"useCases":["recognizing dominant colors, palettes, and color distribution","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/image-color-recognition","legacyEndpoint":"/api/tools/aliyun-imagerecog-recognize-image-color","endpointAliases":["/api/tools/image-color-recognition","/api/tools/aliyun-imagerecog-recognize-image-color"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ColorCount":{"description":"Alibaba Cloud RPC parameter ColorCount.","type":"number"},"Url":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["Url"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Url":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizeImageColor","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"Url is required","statusCode":400},{"input":{"Url":"not-a-url"},"error":"Url must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"image-style-recognition","canonicalId":"image-style-recognition","internalServiceId":"aliyun-imagerecog-recognize-image-style","name":"Recognize Image Style Image Recognition","description":"Use this visual AI API when the task needs recognizing the visual style of an image. Send the schema keys exactly as listed (Url); required parameters: Url.","descriptionForModel":"Use this visual AI API when the task needs recognizing the visual style of an image. Send the schema keys exactly as listed (Url); required parameters: Url.","category":"image-recognition","keywords":["RecognizeImageStyle","阿里云图像识别 图片风格识别","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","recognize","image","style"],"useCases":["recognizing the visual style of an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/image-style-recognition","legacyEndpoint":"/api/tools/aliyun-imagerecog-recognize-image-style","endpointAliases":["/api/tools/image-style-recognition","/api/tools/aliyun-imagerecog-recognize-image-style"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Url":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["Url"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Url":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizeImageStyle","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"Url is required","statusCode":400},{"input":{"Url":"not-a-url"},"error":"Url must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"scene-recognition","canonicalId":"scene-recognition","internalServiceId":"aliyun-imagerecog-recognize-scene","name":"Recognize Scene Image Recognition","description":"Use this visual AI API when the task needs recognizing scene categories in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs recognizing scene categories in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-recognition","keywords":["RecognizeScene","阿里云图像识别 场景识别","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","recognize","scene"],"useCases":["recognizing scene categories in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/scene-recognition","legacyEndpoint":"/api/tools/aliyun-imagerecog-recognize-scene","endpointAliases":["/api/tools/scene-recognition","/api/tools/aliyun-imagerecog-recognize-scene"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizeScene","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"vehicle-type-recognition","canonicalId":"vehicle-type-recognition","internalServiceId":"aliyun-imagerecog-recognize-vehicle-type","name":"Recognize Vehicle Type Image Recognition","description":"Use this visual AI API when the task needs recognizing vehicle types in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs recognizing vehicle types in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-recognition","keywords":["RecognizeVehicleType","阿里云图像识别 车型识别","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","recognize","vehicle","type","vehicle detection","traffic analysis","car detection","license plate","number plate","road scene"],"useCases":["recognizing vehicle types in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/vehicle-type-recognition","legacyEndpoint":"/api/tools/aliyun-imagerecog-recognize-vehicle-type","endpointAliases":["/api/tools/vehicle-type-recognition","/api/tools/aliyun-imagerecog-recognize-vehicle-type"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizeVehicleType","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"ad-image-tagging","canonicalId":"ad-image-tagging","internalServiceId":"aliyun-imagerecog-tagging-ad-image","name":"Tagging Ad Image Image Recognition","description":"Use this visual AI API when the task needs generating labels for advertising images. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs generating labels for advertising images. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-recognition","keywords":["TaggingAdImage","阿里云图像识别 广告图片标签识别","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","tagging","ad","image","image tags","visual tagging","content labels"],"useCases":["generating labels for advertising images","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/ad-image-tagging","legacyEndpoint":"/api/tools/aliyun-imagerecog-tagging-ad-image","endpointAliases":["/api/tools/ad-image-tagging","/api/tools/aliyun-imagerecog-tagging-ad-image"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"TaggingAdImage","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"image-tagging","canonicalId":"image-tagging","internalServiceId":"aliyun-imagerecog-tagging-image","name":"Tagging Image Image Recognition","description":"Use this visual AI API when the task needs generating content labels for a general image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs generating content labels for a general image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-recognition","keywords":["TaggingImage","阿里云图像识别 通用图片打标","image recognition","image classification","image tagging","scene recognition","visual labels","computer vision","tagging","image","image tags","visual tagging","content labels"],"useCases":["generating content labels for a general image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/image-tagging","legacyEndpoint":"/api/tools/aliyun-imagerecog-tagging-image","endpointAliases":["/api/tools/image-tagging","/api/tools/aliyun-imagerecog-tagging-image"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-recognition","image-tagging"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"TaggingImage","Result":"example result from Alibaba Cloud imagerecog"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["waste-classification","fruit-detection","image-element-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"security-object-detection","canonicalId":"security-object-detection","internalServiceId":"aliyun-objectdet-detect-ipc-object","name":"Detect Ipc Object Object Detection","description":"Use this visual AI API when the task needs detecting common security-camera objects in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting common security-camera objects in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"object-detection","keywords":["DetectIPCObject","阿里云目标检测 IPC 目标检测","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","ipc","object"],"useCases":["detecting common security-camera objects in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/security-object-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-ipc-object","endpointAliases":["/api/tools/security-object-detection","/api/tools/aliyun-objectdet-detect-ipc-object"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectIPCObject","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["kitchen-animal-detection","main-subject-detection","object-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"kitchen-animal-detection","canonicalId":"kitchen-animal-detection","internalServiceId":"aliyun-objectdet-detect-kitchen-animals","name":"Detect Kitchen Animals Object Detection","description":"Use this visual AI API when the task needs comparing two images to detect kitchen animal targets. Send the schema keys exactly as listed (ImageURLA, ImageURLB); required parameters: ImageURLA, ImageURLB.","descriptionForModel":"Use this visual AI API when the task needs comparing two images to detect kitchen animal targets. Send the schema keys exactly as listed (ImageURLA, ImageURLB); required parameters: ImageURLA, ImageURLB.","category":"object-detection","keywords":["DetectKitchenAnimals","阿里云目标检测 厨房猫鼠识别","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","kitchen","animals"],"useCases":["comparing two images to detect kitchen animal targets","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/kitchen-animal-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-kitchen-animals","endpointAliases":["/api/tools/kitchen-animal-detection","/api/tools/aliyun-objectdet-detect-kitchen-animals"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURLA":{"description":"Public http or https image URL for one side of a paired-image request.","format":"uri","type":"string"},"ImageURLB":{"description":"Public http or https image URL for one side of a paired-image request.","format":"uri","type":"string"}},"required":["ImageURLA","ImageURLB"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURLA":"https://example.com/image.jpg","ImageURLB":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectKitchenAnimals","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","main-subject-detection","object-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURLA is required","statusCode":400},{"input":{"ImageURLA":"not-a-url"},"error":"ImageURLA must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"main-subject-detection","canonicalId":"main-subject-detection","internalServiceId":"aliyun-objectdet-detect-main-body","name":"Detect Main Body Object Detection","description":"Use this visual AI API when the task needs detecting the main subject region in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting the main subject region in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"object-detection","keywords":["DetectMainBody","阿里云目标检测 主体检测","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","main","body","object localization","find objects","detect subject"],"useCases":["detecting the main subject region in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/main-subject-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-main-body","endpointAliases":["/api/tools/main-subject-detection","/api/tools/aliyun-objectdet-detect-main-body"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectMainBody","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","kitchen-animal-detection","object-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"object-detection","canonicalId":"object-detection","internalServiceId":"aliyun-objectdet-detect-object","name":"Detect Object Object Detection","description":"Use this visual AI API when the task needs detecting general objects in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting general objects in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"object-detection","keywords":["DetectObject","阿里云目标检测 通用目标检测","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","object","object localization","find objects","detect subject"],"useCases":["detecting general objects in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/object-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-object","endpointAliases":["/api/tools/object-detection","/api/tools/aliyun-objectdet-detect-object"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectObject","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","kitchen-animal-detection","main-subject-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"vehicle-congestion-detection","canonicalId":"vehicle-congestion-detection","internalServiceId":"aliyun-objectdet-detect-vehicle-i-congestion","name":"Detect Vehicle I Congestion Object Detection","description":"Use this visual AI API when the task needs detecting vehicle congestion in road regions. Send the schema keys exactly as listed (ImageURL, PreRegionIntersectFeatures, RoadRegions); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting vehicle congestion in road regions. Send the schema keys exactly as listed (ImageURL, PreRegionIntersectFeatures, RoadRegions); required parameters: ImageURL.","category":"object-detection","keywords":["DetectVehicleICongestion","阿里云目标检测 车辆拥堵检测","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","vehicle","i","congestion","traffic analysis","car detection","road scene"],"useCases":["detecting vehicle congestion in road regions","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/vehicle-congestion-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-vehicle-i-congestion","endpointAliases":["/api/tools/vehicle-congestion-detection","/api/tools/aliyun-objectdet-detect-vehicle-i-congestion"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"PreRegionIntersectFeatures":{"description":"Alibaba Cloud JSON array parameter. A JSON string is also accepted and forwarded as-is.","type":"array"},"RoadRegions":{"description":"Alibaba Cloud JSON array parameter. A JSON string is also accepted and forwarded as-is.","type":"array"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectVehicleICongestion","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","kitchen-animal-detection","main-subject-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"illegal-parking-detection","canonicalId":"illegal-parking-detection","internalServiceId":"aliyun-objectdet-detect-vehicle-illegal-parking","name":"Detect Vehicle Illegal Parking Object Detection","description":"Use this visual AI API when the task needs detecting illegal parking in specified road regions. Send the schema keys exactly as listed (ImageURL, RoadRegions); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting illegal parking in specified road regions. Send the schema keys exactly as listed (ImageURL, RoadRegions); required parameters: ImageURL.","category":"object-detection","keywords":["DetectVehicleIllegalParking","阿里云目标检测 车辆违停检测","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","vehicle","illegal","parking","traffic analysis","car detection","road scene"],"useCases":["detecting illegal parking in specified road regions","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/illegal-parking-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-vehicle-illegal-parking","endpointAliases":["/api/tools/illegal-parking-detection","/api/tools/aliyun-objectdet-detect-vehicle-illegal-parking"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"RoadRegions":{"description":"Alibaba Cloud JSON array parameter. A JSON string is also accepted and forwarded as-is.","type":"array"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectVehicleIllegalParking","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","kitchen-animal-detection","main-subject-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"video-security-object-detection","canonicalId":"video-security-object-detection","internalServiceId":"aliyun-objectdet-detect-video-ipc-object","name":"Detect Video Ipc Object Object Detection","description":"Use this visual AI API when the task needs detecting objects in IPC video files. Send the schema keys exactly as listed (CallbackOnlyHasObject, StartTimestamp, VideoURL); required parameters: VideoURL.","descriptionForModel":"Use this visual AI API when the task needs detecting objects in IPC video files. Send the schema keys exactly as listed (CallbackOnlyHasObject, StartTimestamp, VideoURL); required parameters: VideoURL.","category":"object-detection","keywords":["DetectVideoIPCObject","阿里云目标检测 IPC 视频目标检测","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","video","ipc","object"],"useCases":["detecting objects in IPC video files","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/video-security-object-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-video-ipc-object","endpointAliases":["/api/tools/video-security-object-detection","/api/tools/aliyun-objectdet-detect-video-ipc-object"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"CallbackOnlyHasObject":{"description":"Alibaba Cloud RPC parameter CallbackOnlyHasObject.","type":"boolean"},"StartTimestamp":{"description":"Alibaba Cloud RPC parameter StartTimestamp.","type":"number"},"VideoURL":{"description":"Public http or https video URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["VideoURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"VideoURL":"https://example.com/video.mp4"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectVideoIPCObject","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","kitchen-animal-detection","main-subject-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"VideoURL is required","statusCode":400},{"input":{"VideoURL":"not-a-url"},"error":"VideoURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"white-background-image-detection","canonicalId":"white-background-image-detection","internalServiceId":"aliyun-objectdet-detect-white-base-image","name":"Detect White Base Image Object Detection","description":"Use this visual AI API when the task needs detecting whether an image has a white background. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting whether an image has a white background. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"object-detection","keywords":["DetectWhiteBaseImage","阿里云目标检测 白底图检测","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","white","base","image"],"useCases":["detecting whether an image has a white background","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/white-background-image-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-white-base-image","endpointAliases":["/api/tools/white-background-image-detection","/api/tools/aliyun-objectdet-detect-white-base-image"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectWhiteBaseImage","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","kitchen-animal-detection","main-subject-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"workwear-detection","canonicalId":"workwear-detection","internalServiceId":"aliyun-objectdet-detect-workwear","name":"Detect Workwear Object Detection","description":"Use this visual AI API when the task needs detecting workwear, uniforms, or specified clothing classes. Send the schema keys exactly as listed (Clothes, ImageUrl, Labels); required parameters: ImageUrl.","descriptionForModel":"Use this visual AI API when the task needs detecting workwear, uniforms, or specified clothing classes. Send the schema keys exactly as listed (Clothes, ImageUrl, Labels); required parameters: ImageUrl.","category":"object-detection","keywords":["DetectWorkwear","阿里云目标检测 着装检测","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","detect","workwear"],"useCases":["detecting workwear, uniforms, or specified clothing classes","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/workwear-detection","legacyEndpoint":"/api/tools/aliyun-objectdet-detect-workwear","endpointAliases":["/api/tools/workwear-detection","/api/tools/aliyun-objectdet-detect-workwear"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Clothes":{"description":"Alibaba Cloud JSON array parameter. A JSON string is also accepted and forwarded as-is.","type":"array"},"ImageUrl":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"Labels":{"description":"Alibaba Cloud RPC parameter Labels.","type":"string"}},"required":["ImageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageUrl":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectWorkwear","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","kitchen-animal-detection","main-subject-detection"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageUrl is required","statusCode":400},{"input":{"ImageUrl":"not-a-url"},"error":"ImageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"object-detection-job-result","canonicalId":"object-detection-job-result","internalServiceId":"aliyun-objectdet-get-async-job-result","name":"Get Async Job Result Object Detection","description":"Use this visual AI API when the task needs querying asynchronous object detection job results. Send the schema keys exactly as listed (JobId); required parameters: JobId.","descriptionForModel":"Use this visual AI API when the task needs querying asynchronous object detection job results. Send the schema keys exactly as listed (JobId); required parameters: JobId.","category":"object-detection","keywords":["GetAsyncJobResult","阿里云目标检测 目标检测异步结果查询","object detection","detect objects","bounding boxes","main object detection","vehicle detection","traffic detection","license plate","number plate","computer vision","get","async","job","result"],"useCases":["querying asynchronous object detection job results","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/object-detection-job-result","legacyEndpoint":"/api/tools/aliyun-objectdet-get-async-job-result","endpointAliases":["/api/tools/object-detection-job-result","/api/tools/aliyun-objectdet-get-async-job-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","object-detection"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"JobId":{"description":"Alibaba Cloud asynchronous job ID.","type":"string"}},"required":["JobId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"JobId":"example-job-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"GetAsyncJobResult","Result":"example result from Alibaba Cloud objectdet"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"complex","typicalResponseTime":"800ms","cacheable":false,"idempotent":true,"outputFormat":"json","relatedServices":["security-object-detection","kitchen-animal-detection","main-subject-detection"],"requiredContext":["job-id","aliyun-credentials"],"errorExamples":[{"input":{},"error":"jobId is required","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"sky-replacement","canonicalId":"sky-replacement","internalServiceId":"aliyun-imageseg-change-sky","name":"Change Sky Image Segmentation","description":"Use this visual AI API when the task needs replacing the sky region in an image. Send the schema keys exactly as listed (ImageURL, ReplaceImageURL); required parameters: ImageURL, ReplaceImageURL.","descriptionForModel":"Use this visual AI API when the task needs replacing the sky region in an image. Send the schema keys exactly as listed (ImageURL, ReplaceImageURL); required parameters: ImageURL, ReplaceImageURL.","category":"image-segmentation","keywords":["ChangeSky","阿里云分割抠图 天空替换","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","change","sky"],"useCases":["replacing the sky region in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/sky-replacement","legacyEndpoint":"/api/tools/aliyun-imageseg-change-sky","endpointAliases":["/api/tools/sky-replacement","/api/tools/aliyun-imageseg-change-sky"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"ReplaceImageURL":{"description":"Public http or https auxiliary image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL","ReplaceImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg","ReplaceImageURL":"https://example.com/mask-or-replacement.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"ChangeSky","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["image-segmentation-job-result","face-segmentation-parsing","mask-refinement"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"image-segmentation-job-result","canonicalId":"image-segmentation-job-result","internalServiceId":"aliyun-imageseg-get-async-job-result","name":"Get Async Job Result Image Segmentation","description":"Use this visual AI API when the task needs querying asynchronous segmentation or cutout job results. Send the schema keys exactly as listed (JobId); required parameters: JobId.","descriptionForModel":"Use this visual AI API when the task needs querying asynchronous segmentation or cutout job results. Send the schema keys exactly as listed (JobId); required parameters: JobId.","category":"image-segmentation","keywords":["GetAsyncJobResult","阿里云分割抠图 分割抠图异步结果查询","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","get","async","job","result"],"useCases":["querying asynchronous segmentation or cutout job results","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/image-segmentation-job-result","legacyEndpoint":"/api/tools/aliyun-imageseg-get-async-job-result","endpointAliases":["/api/tools/image-segmentation-job-result","/api/tools/aliyun-imageseg-get-async-job-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"JobId":{"description":"Alibaba Cloud asynchronous job ID.","type":"string"}},"required":["JobId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"JobId":"example-job-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"GetAsyncJobResult","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"complex","typicalResponseTime":"800ms","cacheable":false,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","face-segmentation-parsing","mask-refinement"],"requiredContext":["job-id","aliyun-credentials"],"errorExamples":[{"input":{},"error":"jobId is required","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-segmentation-parsing","canonicalId":"face-segmentation-parsing","internalServiceId":"aliyun-imageseg-parse-face","name":"Parse Face Image Segmentation","description":"Use this visual AI API when the task needs parsing facial contours and segmentation regions. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs parsing facial contours and segmentation regions. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-segmentation","keywords":["ParseFace","阿里云分割抠图 人脸解析","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","parse","face"],"useCases":["parsing facial contours and segmentation regions","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-segmentation-parsing","legacyEndpoint":"/api/tools/aliyun-imageseg-parse-face","endpointAliases":["/api/tools/face-segmentation-parsing","/api/tools/aliyun-imageseg-parse-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"ParseFace","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","mask-refinement"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"mask-refinement","canonicalId":"mask-refinement","internalServiceId":"aliyun-imageseg-refine-mask","name":"Refine Mask Image Segmentation","description":"Use this visual AI API when the task needs refining a cutout mask using the original image and mask. Send the schema keys exactly as listed (ImageURL, MaskImageURL); required parameters: ImageURL, MaskImageURL.","descriptionForModel":"Use this visual AI API when the task needs refining a cutout mask using the original image and mask. Send the schema keys exactly as listed (ImageURL, MaskImageURL); required parameters: ImageURL, MaskImageURL.","category":"image-segmentation","keywords":["RefineMask","阿里云分割抠图 Mask 精修","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","refine","mask"],"useCases":["refining a cutout mask using the original image and mask","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/mask-refinement","legacyEndpoint":"/api/tools/aliyun-imageseg-refine-mask","endpointAliases":["/api/tools/mask-refinement","/api/tools/aliyun-imageseg-refine-mask"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"MaskImageURL":{"description":"Public http or https auxiliary image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL","MaskImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg","MaskImageURL":"https://example.com/mask-or-replacement.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RefineMask","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"body-segmentation","canonicalId":"body-segmentation","internalServiceId":"aliyun-imageseg-segment-body","name":"Segment Body Image Segmentation","description":"Use this visual AI API when the task needs segmenting human body regions in an image. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs segmenting human body regions in an image. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentBody","阿里云分割抠图 人体分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","body","person segmentation","human cutout","remove background from person"],"useCases":["segmenting human body regions in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/body-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-body","endpointAliases":["/api/tools/body-segmentation","/api/tools/aliyun-imageseg-segment-body"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"ReturnForm":{"description":"Alibaba Cloud RPC parameter ReturnForm.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentBody","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"clothing-segmentation","canonicalId":"clothing-segmentation","internalServiceId":"aliyun-imageseg-segment-cloth","name":"Segment Cloth Image Segmentation","description":"Use this visual AI API when the task needs segmenting clothing regions in an image. Send the schema keys exactly as listed (ClothClass, ImageURL, OutMode, ReturnForm); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs segmenting clothing regions in an image. Send the schema keys exactly as listed (ClothClass, ImageURL, OutMode, ReturnForm); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentCloth","阿里云分割抠图 服饰分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","cloth"],"useCases":["segmenting clothing regions in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/clothing-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-cloth","endpointAliases":["/api/tools/clothing-segmentation","/api/tools/aliyun-imageseg-segment-cloth"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ClothClass":{"description":"Alibaba Cloud RPC parameter ClothClass.","type":"string"},"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"OutMode":{"description":"Alibaba Cloud RPC parameter OutMode.","type":"string"},"ReturnForm":{"description":"Alibaba Cloud RPC parameter ReturnForm.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentCloth","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"product-background-removal","canonicalId":"product-background-removal","internalServiceId":"aliyun-imageseg-segment-commodity","name":"Segment Commodity Image Segmentation","description":"Use this visual AI API when the task needs segmenting a product subject and generating a cutout. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs segmenting a product subject and generating a cutout. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentCommodity","阿里云分割抠图 商品分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","commodity","foreground mask","transparent background"],"useCases":["segmenting a product subject and generating a cutout","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/product-background-removal","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-commodity","endpointAliases":["/api/tools/product-background-removal","/api/tools/aliyun-imageseg-segment-commodity"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"ReturnForm":{"description":"Alibaba Cloud RPC parameter ReturnForm.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentCommodity","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"image-background-removal","canonicalId":"image-background-removal","internalServiceId":"aliyun-imageseg-segment-common-image","name":"Segment Common Image Image Segmentation","description":"Use this visual AI API when the task needs segmenting the foreground of a general image. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs segmenting the foreground of a general image. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentCommonImage","阿里云分割抠图 通用图片分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","common","image","foreground mask","transparent background"],"useCases":["segmenting the foreground of a general image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/image-background-removal","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-common-image","endpointAliases":["/api/tools/image-background-removal","/api/tools/aliyun-imageseg-segment-common-image"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"ReturnForm":{"description":"Alibaba Cloud RPC parameter ReturnForm.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentCommonImage","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"food-segmentation","canonicalId":"food-segmentation","internalServiceId":"aliyun-imageseg-segment-food","name":"Segment Food Image Segmentation","description":"Use this visual AI API when the task needs segmenting food regions in an image. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs segmenting food regions in an image. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentFood","阿里云分割抠图 食品分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","food"],"useCases":["segmenting food regions in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/food-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-food","endpointAliases":["/api/tools/food-segmentation","/api/tools/aliyun-imageseg-segment-food"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"ReturnForm":{"description":"Alibaba Cloud RPC parameter ReturnForm.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentFood","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"hd-body-segmentation","canonicalId":"hd-body-segmentation","internalServiceId":"aliyun-imageseg-segment-hd-body","name":"Segment Hd Body Image Segmentation","description":"Use this visual AI API when the task needs generating high-definition human body segmentation. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs generating high-definition human body segmentation. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentHDBody","阿里云分割抠图 高清人体分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","hd","body","person segmentation","human cutout","remove background from person"],"useCases":["generating high-definition human body segmentation","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/hd-body-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-hd-body","endpointAliases":["/api/tools/hd-body-segmentation","/api/tools/aliyun-imageseg-segment-hd-body"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentHDBody","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"hd-image-background-removal","canonicalId":"hd-image-background-removal","internalServiceId":"aliyun-imageseg-segment-hd-common-image","name":"Segment Hd Common Image Image Segmentation","description":"Use this visual AI API when the task needs generating high-definition general foreground segmentation. Send the schema keys exactly as listed (ImageUrl); required parameters: ImageUrl.","descriptionForModel":"Use this visual AI API when the task needs generating high-definition general foreground segmentation. Send the schema keys exactly as listed (ImageUrl); required parameters: ImageUrl.","category":"image-segmentation","keywords":["SegmentHDCommonImage","阿里云分割抠图 高清通用分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","hd","common","image","foreground mask","transparent background"],"useCases":["generating high-definition general foreground segmentation","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/hd-image-background-removal","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-hd-common-image","endpointAliases":["/api/tools/hd-image-background-removal","/api/tools/aliyun-imageseg-segment-hd-common-image"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageUrl":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageUrl":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentHDCommonImage","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageUrl is required","statusCode":400},{"input":{"ImageUrl":"not-a-url"},"error":"ImageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"hd-sky-segmentation","canonicalId":"hd-sky-segmentation","internalServiceId":"aliyun-imageseg-segment-hd-sky","name":"Segment Hd Sky Image Segmentation","description":"Use this visual AI API when the task needs generating high-definition sky segmentation. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs generating high-definition sky segmentation. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentHDSky","阿里云分割抠图 高清天空分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","hd","sky"],"useCases":["generating high-definition sky segmentation","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/hd-sky-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-hd-sky","endpointAliases":["/api/tools/hd-sky-segmentation","/api/tools/aliyun-imageseg-segment-hd-sky"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentHDSky","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"hair-segmentation","canonicalId":"hair-segmentation","internalServiceId":"aliyun-imageseg-segment-hair","name":"Segment Hair Image Segmentation","description":"Use this visual AI API when the task needs segmenting hair regions in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs segmenting hair regions in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentHair","阿里云分割抠图 头发分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","hair"],"useCases":["segmenting hair regions in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/hair-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-hair","endpointAliases":["/api/tools/hair-segmentation","/api/tools/aliyun-imageseg-segment-hair"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentHair","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"head-segmentation","canonicalId":"head-segmentation","internalServiceId":"aliyun-imageseg-segment-head","name":"Segment Head Image Segmentation","description":"Use this visual AI API when the task needs segmenting head or avatar regions in an image. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs segmenting head or avatar regions in an image. Send the schema keys exactly as listed (ImageURL, ReturnForm); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentHead","阿里云分割抠图 头像分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","head"],"useCases":["segmenting head or avatar regions in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/head-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-head","endpointAliases":["/api/tools/head-segmentation","/api/tools/aliyun-imageseg-segment-head"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"ReturnForm":{"description":"Alibaba Cloud RPC parameter ReturnForm.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentHead","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"skin-segmentation","canonicalId":"skin-segmentation","internalServiceId":"aliyun-imageseg-segment-skin","name":"Segment Skin Image Segmentation","description":"Use this visual AI API when the task needs segmenting skin regions in an image. Send the schema keys exactly as listed (URL); required parameters: URL.","descriptionForModel":"Use this visual AI API when the task needs segmenting skin regions in an image. Send the schema keys exactly as listed (URL); required parameters: URL.","category":"image-segmentation","keywords":["SegmentSkin","阿里云分割抠图 皮肤分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","skin"],"useCases":["segmenting skin regions in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/skin-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-skin","endpointAliases":["/api/tools/skin-segmentation","/api/tools/aliyun-imageseg-segment-skin"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"URL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["URL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"URL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentSkin","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"URL is required","statusCode":400},{"input":{"URL":"not-a-url"},"error":"URL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"sky-segmentation","canonicalId":"sky-segmentation","internalServiceId":"aliyun-imageseg-segment-sky","name":"Segment Sky Image Segmentation","description":"Use this visual AI API when the task needs segmenting sky regions in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs segmenting sky regions in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"image-segmentation","keywords":["SegmentSky","阿里云分割抠图 天空分割","image segmentation","background removal","cutout","matting","mask generation","foreground extraction","segment","sky"],"useCases":["segmenting sky regions in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/sky-segmentation","legacyEndpoint":"/api/tools/aliyun-imageseg-segment-sky","endpointAliases":["/api/tools/sky-segmentation","/api/tools/aliyun-imageseg-segment-sky"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","image-segmentation","background-removal"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SegmentSky","Result":"example result from Alibaba Cloud imageseg"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["sky-replacement","image-segmentation-job-result","face-segmentation-parsing"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-add-face","canonicalId":"face-database-add-face","internalServiceId":"aliyun-facebody-add-face","name":"Add Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 向人脸数据库实体添加一张人脸。. Send the schema keys exactly as listed (DbName, EntityId, ExtraData, ImageUrl, QualityScoreThreshold, SimilarityScoreThresholdBetweenEntity, SimilarityScoreThresholdInEntity); required parameters: DbName, EntityId, ImageUrl.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 向人脸数据库实体添加一张人脸。. Send the schema keys exactly as listed (DbName, EntityId, ExtraData, ImageUrl, QualityScoreThreshold, SimilarityScoreThresholdBetweenEntity, SimilarityScoreThresholdInEntity); required parameters: DbName, EntityId, ImageUrl.","category":"face-body","keywords":["AddFace","阿里云人脸人体 添加人脸","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","add","face"],"useCases":["the visual analysis task described by action 向人脸数据库实体添加一张人脸。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-add-face","legacyEndpoint":"/api/tools/aliyun-facebody-add-face","endpointAliases":["/api/tools/face-database-add-face","/api/tools/aliyun-facebody-add-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"EntityId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"ExtraData":{"description":"Alibaba Cloud RPC parameter ExtraData.","type":"string"},"ImageUrl":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"QualityScoreThreshold":{"description":"Alibaba Cloud RPC parameter QualityScoreThreshold.","type":"number"},"SimilarityScoreThresholdBetweenEntity":{"description":"Alibaba Cloud RPC parameter SimilarityScoreThresholdBetweenEntity.","type":"number"},"SimilarityScoreThresholdInEntity":{"description":"Alibaba Cloud RPC parameter SimilarityScoreThresholdInEntity.","type":"number"}},"required":["DbName","EntityId","ImageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"DbName":"example-face-db","EntityId":"example-entity-id","ImageUrl":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"AddFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-create-entity","face-template-create","face-database-batch-add"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageUrl is required","statusCode":400},{"input":{"ImageUrl":"not-a-url"},"error":"ImageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-create-entity","canonicalId":"face-database-create-entity","internalServiceId":"aliyun-facebody-add-face-entity","name":"Add Face Entity Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 在人脸数据库中创建实体。. Send the schema keys exactly as listed (DbName, EntityId, Labels); required parameters: DbName, EntityId.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 在人脸数据库中创建实体。. Send the schema keys exactly as listed (DbName, EntityId, Labels); required parameters: DbName, EntityId.","category":"face-body","keywords":["AddFaceEntity","阿里云人脸人体 添加人脸实体","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","add","face","entity"],"useCases":["the visual analysis task described by action 在人脸数据库中创建实体。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-create-entity","legacyEndpoint":"/api/tools/aliyun-facebody-add-face-entity","endpointAliases":["/api/tools/face-database-create-entity","/api/tools/aliyun-facebody-add-face-entity"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"EntityId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"Labels":{"description":"Alibaba Cloud RPC parameter Labels.","type":"string"}},"required":["DbName","EntityId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"DbName":"example-face-db","EntityId":"example-entity-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"AddFaceEntity","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-template-create","face-database-batch-add"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-template-create","canonicalId":"face-template-create","internalServiceId":"aliyun-facebody-add-face-image-template","name":"Add Face Image Template Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 新增图像人脸融合模板。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 新增图像人脸融合模板。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["AddFaceImageTemplate","阿里云人脸人体 增加人脸融合模板","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","add","face","image","template"],"useCases":["the visual analysis task described by action 新增图像人脸融合模板。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-template-create","legacyEndpoint":"/api/tools/aliyun-facebody-add-face-image-template","endpointAliases":["/api/tools/face-template-create","/api/tools/aliyun-facebody-add-face-image-template"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"AddFaceImageTemplate","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-database-batch-add"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-batch-add","canonicalId":"face-database-batch-add","internalServiceId":"aliyun-facebody-batch-add-faces","name":"Batch Add Faces Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 向人脸数据库批量添加人脸数据。. Send the schema keys exactly as listed (DbName, EntityId, Faces, QualityScoreThreshold, SimilarityScoreThresholdBetweenEntity, SimilarityScoreThresholdInEntity); required parameters: DbName, EntityId, Faces.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 向人脸数据库批量添加人脸数据。. Send the schema keys exactly as listed (DbName, EntityId, Faces, QualityScoreThreshold, SimilarityScoreThresholdBetweenEntity, SimilarityScoreThresholdInEntity); required parameters: DbName, EntityId, Faces.","category":"face-body","keywords":["BatchAddFaces","阿里云人脸人体 批量添加人脸","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","batch","add","faces"],"useCases":["the visual analysis task described by action 向人脸数据库批量添加人脸数据。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-batch-add","legacyEndpoint":"/api/tools/aliyun-facebody-batch-add-faces","endpointAliases":["/api/tools/face-database-batch-add","/api/tools/aliyun-facebody-batch-add-faces"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"EntityId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"Faces":{"description":"Alibaba Cloud JSON array parameter. A JSON string is also accepted and forwarded as-is.","type":"array"},"QualityScoreThreshold":{"description":"Alibaba Cloud RPC parameter QualityScoreThreshold.","type":"number"},"SimilarityScoreThresholdBetweenEntity":{"description":"Alibaba Cloud RPC parameter SimilarityScoreThresholdBetweenEntity.","type":"number"},"SimilarityScoreThresholdInEntity":{"description":"Alibaba Cloud RPC parameter SimilarityScoreThresholdInEntity.","type":"number"}},"required":["DbName","EntityId","Faces"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"DbName":"example-face-db","EntityId":"example-entity-id","Faces":[{"ImageUrl":"https://example.com/face.jpg"}]},"exampleResponse":{"code":"200","content":"","data":{"Action":"BatchAddFaces","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-blur","canonicalId":"face-blur","internalServiceId":"aliyun-facebody-blur-face","name":"Blur Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 对图片中的人脸进行模糊处理。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 对图片中的人脸进行模糊处理。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["BlurFace","阿里云人脸人体 人脸模糊","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","blur","face"],"useCases":["the visual analysis task described by action 对图片中的人脸进行模糊处理。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-blur","legacyEndpoint":"/api/tools/aliyun-facebody-blur-face","endpointAliases":["/api/tools/face-blur","/api/tools/aliyun-facebody-blur-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"BlurFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"body-pose-estimation","canonicalId":"body-pose-estimation","internalServiceId":"aliyun-facebody-body-posture","name":"Body Posture Face And Body Analysis","description":"Use this visual AI API when the task needs detecting human pose keypoints. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting human pose keypoints. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["BodyPosture","阿里云人脸人体 人体姿态关键点","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","body","posture","pose keypoints","human pose","skeleton"],"useCases":["detecting human pose keypoints","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/body-pose-estimation","legacyEndpoint":"/api/tools/aliyun-facebody-body-posture","endpointAliases":["/api/tools/body-pose-estimation","/api/tools/aliyun-facebody-body-posture"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"BodyPosture","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-comparison","canonicalId":"face-comparison","internalServiceId":"aliyun-facebody-compare-face","name":"Compare Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 比对两张人脸图片相似度。. Send the schema keys exactly as listed (ImageDataA, ImageDataB, ImageURLA, ImageURLB, QualityScoreThreshold); required parameters: ImageURLA, ImageURLB.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 比对两张人脸图片相似度。. Send the schema keys exactly as listed (ImageDataA, ImageDataB, ImageURLA, ImageURLB, QualityScoreThreshold); required parameters: ImageURLA, ImageURLB.","category":"face-body","keywords":["CompareFace","阿里云人脸人体 人脸比对 1:1","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","compare","face"],"useCases":["the visual analysis task described by action 比对两张人脸图片相似度。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-comparison","legacyEndpoint":"/api/tools/aliyun-facebody-compare-face","endpointAliases":["/api/tools/face-comparison","/api/tools/aliyun-facebody-compare-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageDataA":{"description":"Alibaba Cloud RPC parameter ImageDataA.","type":"string"},"ImageDataB":{"description":"Alibaba Cloud RPC parameter ImageDataB.","type":"string"},"ImageURLA":{"description":"Public http or https image URL for one side of a paired-image request.","format":"uri","type":"string"},"ImageURLB":{"description":"Public http or https image URL for one side of a paired-image request.","format":"uri","type":"string"},"QualityScoreThreshold":{"description":"Alibaba Cloud RPC parameter QualityScoreThreshold.","type":"number"}},"required":["ImageURLA","ImageURLB"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURLA":"https://example.com/image.jpg","ImageURLB":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"CompareFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageDataA is required","statusCode":400},{"input":{"ImageDataA":"not-a-url"},"error":"ImageDataA must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"masked-face-comparison","canonicalId":"masked-face-comparison","internalServiceId":"aliyun-facebody-compare-face-with-mask","name":"Compare Face With Mask Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 比对戴口罩或遮挡场景下的人脸相似度。. Send the schema keys exactly as listed (ImageURLA, ImageURLB, QualityScoreThreshold); required parameters: ImageURLA, ImageURLB.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 比对戴口罩或遮挡场景下的人脸相似度。. Send the schema keys exactly as listed (ImageURLA, ImageURLB, QualityScoreThreshold); required parameters: ImageURLA, ImageURLB.","category":"face-body","keywords":["CompareFaceWithMask","阿里云人脸人体 口罩人脸比对","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","compare","face","with","mask"],"useCases":["the visual analysis task described by action 比对戴口罩或遮挡场景下的人脸相似度。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/masked-face-comparison","legacyEndpoint":"/api/tools/aliyun-facebody-compare-face-with-mask","endpointAliases":["/api/tools/masked-face-comparison","/api/tools/aliyun-facebody-compare-face-with-mask"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURLA":{"description":"Public http or https image URL for one side of a paired-image request.","format":"uri","type":"string"},"ImageURLB":{"description":"Public http or https image URL for one side of a paired-image request.","format":"uri","type":"string"},"QualityScoreThreshold":{"description":"Alibaba Cloud RPC parameter QualityScoreThreshold.","type":"number"}},"required":["ImageURLA","ImageURLB"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURLA":"https://example.com/image.jpg","ImageURLB":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"CompareFaceWithMask","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURLA is required","statusCode":400},{"input":{"ImageURLA":"not-a-url"},"error":"ImageURLA must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-create","canonicalId":"face-database-create","internalServiceId":"aliyun-facebody-create-face-db","name":"Create Face Db Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 创建人脸数据库。. Send the schema keys exactly as listed (Name); required parameters: Name.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 创建人脸数据库。. Send the schema keys exactly as listed (Name); required parameters: Name.","category":"face-body","keywords":["CreateFaceDb","阿里云人脸人体 创建人脸数据库","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","create","face","db"],"useCases":["the visual analysis task described by action 创建人脸数据库。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-create","legacyEndpoint":"/api/tools/aliyun-facebody-create-face-db","endpointAliases":["/api/tools/face-database-create","/api/tools/aliyun-facebody-create-face-db"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Name":{"description":"Alibaba Cloud face database or template identifier.","type":"string"}},"required":["Name"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Name":"example-name"},"exampleResponse":{"code":"200","content":"","data":{"Action":"CreateFaceDb","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"deepfake-detection","canonicalId":"deepfake-detection","internalServiceId":"aliyun-facebody-deepfake-face","name":"Deepfake Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 识别图片或任务中的换脸伪造风险。. Send the schema keys exactly as listed (Tasks); required parameters: Tasks.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 识别图片或任务中的换脸伪造风险。. Send the schema keys exactly as listed (Tasks); required parameters: Tasks.","category":"face-body","keywords":["DeepfakeFace","阿里云人脸人体 换脸鉴别","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","deepfake","face"],"useCases":["the visual analysis task described by action 识别图片或任务中的换脸伪造风险。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/deepfake-detection","legacyEndpoint":"/api/tools/aliyun-facebody-deepfake-face","endpointAliases":["/api/tools/deepfake-detection","/api/tools/aliyun-facebody-deepfake-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Tasks":{"description":"Alibaba Cloud JSON array of task objects. A JSON string is also accepted and forwarded as-is.","type":"array"}},"required":["Tasks"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Tasks":[{"ImageURL":"https://example.com/image.jpg"}]},"exampleResponse":{"code":"200","content":"","data":{"Action":"DeepfakeFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-delete-face","canonicalId":"face-database-delete-face","internalServiceId":"aliyun-facebody-delete-face","name":"Delete Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 从人脸数据库中删除指定人脸。. Send the schema keys exactly as listed (DbName, FaceId); required parameters: DbName, FaceId.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 从人脸数据库中删除指定人脸。. Send the schema keys exactly as listed (DbName, FaceId); required parameters: DbName, FaceId.","category":"face-body","keywords":["DeleteFace","阿里云人脸人体 删除人脸","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","delete","face"],"useCases":["the visual analysis task described by action 从人脸数据库中删除指定人脸。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-delete-face","legacyEndpoint":"/api/tools/aliyun-facebody-delete-face","endpointAliases":["/api/tools/face-database-delete-face","/api/tools/aliyun-facebody-delete-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"FaceId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"}},"required":["DbName","FaceId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"DbName":"example-face-db","FaceId":"example-face-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DeleteFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-delete","canonicalId":"face-database-delete","internalServiceId":"aliyun-facebody-delete-face-db","name":"Delete Face Db Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 删除指定人脸数据库。. Send the schema keys exactly as listed (Name); required parameters: Name.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 删除指定人脸数据库。. Send the schema keys exactly as listed (Name); required parameters: Name.","category":"face-body","keywords":["DeleteFaceDb","阿里云人脸人体 删除人脸数据库","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","delete","face","db"],"useCases":["the visual analysis task described by action 删除指定人脸数据库。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-delete","legacyEndpoint":"/api/tools/aliyun-facebody-delete-face-db","endpointAliases":["/api/tools/face-database-delete","/api/tools/aliyun-facebody-delete-face-db"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Name":{"description":"Alibaba Cloud face database or template identifier.","type":"string"}},"required":["Name"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Name":"example-name"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DeleteFaceDb","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-delete-entity","canonicalId":"face-database-delete-entity","internalServiceId":"aliyun-facebody-delete-face-entity","name":"Delete Face Entity Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 删除人脸数据库中的实体。. Send the schema keys exactly as listed (DbName, EntityId); required parameters: DbName, EntityId.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 删除人脸数据库中的实体。. Send the schema keys exactly as listed (DbName, EntityId); required parameters: DbName, EntityId.","category":"face-body","keywords":["DeleteFaceEntity","阿里云人脸人体 删除人脸实体","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","delete","face","entity"],"useCases":["the visual analysis task described by action 删除人脸数据库中的实体。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-delete-entity","legacyEndpoint":"/api/tools/aliyun-facebody-delete-face-entity","endpointAliases":["/api/tools/face-database-delete-entity","/api/tools/aliyun-facebody-delete-face-entity"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"EntityId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"}},"required":["DbName","EntityId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"DbName":"example-face-db","EntityId":"example-entity-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DeleteFaceEntity","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-template-delete","canonicalId":"face-template-delete","internalServiceId":"aliyun-facebody-delete-face-image-template","name":"Delete Face Image Template Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 删除图像人脸融合模板。. Send the schema keys exactly as listed (TemplateId); required parameters: TemplateId.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 删除图像人脸融合模板。. Send the schema keys exactly as listed (TemplateId); required parameters: TemplateId.","category":"face-body","keywords":["DeleteFaceImageTemplate","阿里云人脸人体 删除人脸融合模板","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","delete","face","image","template"],"useCases":["the visual analysis task described by action 删除图像人脸融合模板。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-template-delete","legacyEndpoint":"/api/tools/aliyun-facebody-delete-face-image-template","endpointAliases":["/api/tools/face-template-delete","/api/tools/aliyun-facebody-delete-face-image-template"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"TemplateId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"}},"required":["TemplateId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"TemplateId":"example-template-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DeleteFaceImageTemplate","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"person-counting","canonicalId":"person-counting","internalServiceId":"aliyun-facebody-detect-body-count","name":"Detect Body Count Face And Body Analysis","description":"Use this visual AI API when the task needs counting people in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs counting people in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["DetectBodyCount","阿里云人脸人体 人体计数","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","detect","body","count"],"useCases":["counting people in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/person-counting","legacyEndpoint":"/api/tools/aliyun-facebody-detect-body-count","endpointAliases":["/api/tools/person-counting","/api/tools/aliyun-facebody-detect-body-count"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectBodyCount","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"celebrity-recognition","canonicalId":"celebrity-recognition","internalServiceId":"aliyun-facebody-detect-celebrity","name":"Detect Celebrity Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 识别图片中的公众人物或明星。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 识别图片中的公众人物或明星。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["DetectCelebrity","阿里云人脸人体 明星识别","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","detect","celebrity"],"useCases":["the visual analysis task described by action 识别图片中的公众人物或明星。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/celebrity-recognition","legacyEndpoint":"/api/tools/aliyun-facebody-detect-celebrity","endpointAliases":["/api/tools/celebrity-recognition","/api/tools/aliyun-facebody-detect-celebrity"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectCelebrity","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-detection","canonicalId":"face-detection","internalServiceId":"aliyun-facebody-detect-face","name":"Detect Face Face And Body Analysis","description":"Use this visual AI API when the task needs detecting face location, pose, landmarks, and quality. Send the schema keys exactly as listed (ImageURL, Landmark, MaxFaceNumber, Pose, Quality); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs detecting face location, pose, landmarks, and quality. Send the schema keys exactly as listed (ImageURL, Landmark, MaxFaceNumber, Pose, Quality); required parameters: ImageURL.","category":"face-body","keywords":["DetectFace","阿里云人脸人体 人脸检测定位","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","detect","face","face attributes","face landmarks","face quality"],"useCases":["detecting face location, pose, landmarks, and quality","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-detection","legacyEndpoint":"/api/tools/aliyun-facebody-detect-face","endpointAliases":["/api/tools/face-detection","/api/tools/aliyun-facebody-detect-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"Landmark":{"description":"Alibaba Cloud RPC parameter Landmark.","type":"boolean"},"MaxFaceNumber":{"description":"Alibaba Cloud RPC parameter MaxFaceNumber.","type":"number"},"Pose":{"description":"Alibaba Cloud RPC parameter Pose.","type":"boolean"},"Quality":{"description":"Alibaba Cloud RPC parameter Quality.","type":"boolean"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"infrared-face-liveness-detection","canonicalId":"infrared-face-liveness-detection","internalServiceId":"aliyun-facebody-detect-infrared-living-face","name":"Detect Infrared Living Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 对红外人脸任务进行活体检测。. Send the schema keys exactly as listed (Tasks); required parameters: Tasks.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 对红外人脸任务进行活体检测。. Send the schema keys exactly as listed (Tasks); required parameters: Tasks.","category":"face-body","keywords":["DetectInfraredLivingFace","阿里云人脸人体 红外人脸活体检测","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","detect","infrared","living","face"],"useCases":["the visual analysis task described by action 对红外人脸任务进行活体检测。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/infrared-face-liveness-detection","legacyEndpoint":"/api/tools/aliyun-facebody-detect-infrared-living-face","endpointAliases":["/api/tools/infrared-face-liveness-detection","/api/tools/aliyun-facebody-detect-infrared-living-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Tasks":{"description":"Alibaba Cloud JSON array of task objects. A JSON string is also accepted and forwarded as-is.","type":"array"}},"required":["Tasks"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Tasks":[{"ImageURL":"https://example.com/image.jpg"}]},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectInfraredLivingFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-liveness-detection","canonicalId":"face-liveness-detection","internalServiceId":"aliyun-facebody-detect-living-face","name":"Detect Living Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 对人脸图片任务进行活体检测。. Send the schema keys exactly as listed (Tasks); required parameters: Tasks.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 对人脸图片任务进行活体检测。. Send the schema keys exactly as listed (Tasks); required parameters: Tasks.","category":"face-body","keywords":["DetectLivingFace","阿里云人脸人体 人脸活体检测","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","detect","living","face"],"useCases":["the visual analysis task described by action 对人脸图片任务进行活体检测。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-liveness-detection","legacyEndpoint":"/api/tools/aliyun-facebody-detect-living-face","endpointAliases":["/api/tools/face-liveness-detection","/api/tools/aliyun-facebody-detect-living-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Tasks":{"description":"Alibaba Cloud JSON array of task objects. A JSON string is also accepted and forwarded as-is.","type":"array"}},"required":["Tasks"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Tasks":[{"ImageURL":"https://example.com/image.jpg"}]},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectLivingFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"pedestrian-detection","canonicalId":"pedestrian-detection","internalServiceId":"aliyun-facebody-detect-pedestrian","name":"Detect Pedestrian Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 检测图片中的行人。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 检测图片中的行人。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["DetectPedestrian","阿里云人脸人体 行人检测","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","detect","pedestrian"],"useCases":["the visual analysis task described by action 检测图片中的行人。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/pedestrian-detection","legacyEndpoint":"/api/tools/aliyun-facebody-detect-pedestrian","endpointAliases":["/api/tools/pedestrian-detection","/api/tools/aliyun-facebody-detect-pedestrian"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectPedestrian","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"video-face-liveness-detection","canonicalId":"video-face-liveness-detection","internalServiceId":"aliyun-facebody-detect-video-living-face","name":"Detect Video Living Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 检测视频中的人脸活体状态。. Send the schema keys exactly as listed (VideoUrl); required parameters: VideoUrl.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 检测视频中的人脸活体状态。. Send the schema keys exactly as listed (VideoUrl); required parameters: VideoUrl.","category":"face-body","keywords":["DetectVideoLivingFace","阿里云人脸人体 视频活体检测","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","detect","video","living","face"],"useCases":["the visual analysis task described by action 检测视频中的人脸活体状态。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/video-face-liveness-detection","legacyEndpoint":"/api/tools/aliyun-facebody-detect-video-living-face","endpointAliases":["/api/tools/video-face-liveness-detection","/api/tools/aliyun-facebody-detect-video-living-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"VideoUrl":{"description":"Public http or https video URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["VideoUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"VideoUrl":"https://example.com/video.mp4"},"exampleResponse":{"code":"200","content":"","data":{"Action":"DetectVideoLivingFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"VideoUrl is required","statusCode":400},{"input":{"VideoUrl":"not-a-url"},"error":"VideoUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-enhancement","canonicalId":"face-enhancement","internalServiceId":"aliyun-facebody-enhance-face","name":"Enhance Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 增强或修复图片中的人脸。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 增强或修复图片中的人脸。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["EnhanceFace","阿里云人脸人体 人脸修复增强","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","enhance","face"],"useCases":["the visual analysis task described by action 增强或修复图片中的人脸。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-enhancement","legacyEndpoint":"/api/tools/aliyun-facebody-enhance-face","endpointAliases":["/api/tools/face-enhancement","/api/tools/aliyun-facebody-enhance-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"EnhanceFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"fingerprint-extraction","canonicalId":"fingerprint-extraction","internalServiceId":"aliyun-facebody-extract-finger-print","name":"Extract Finger Print Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 从图片或图像数据中提取指纹信息。. Send the schema keys exactly as listed (ImageData, ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 从图片或图像数据中提取指纹信息。. Send the schema keys exactly as listed (ImageData, ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["ExtractFingerPrint","阿里云人脸人体 指纹提取","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","extract","finger","print"],"useCases":["the visual analysis task described by action 从图片或图像数据中提取指纹信息。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/fingerprint-extraction","legacyEndpoint":"/api/tools/aliyun-facebody-extract-finger-print","endpointAliases":["/api/tools/fingerprint-extraction","/api/tools/aliyun-facebody-extract-finger-print"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageData":{"description":"Alibaba Cloud RPC parameter ImageData.","type":"string"},"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"ExtractFingerPrint","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageData is required","statusCode":400},{"input":{"ImageData":"not-a-url"},"error":"ImageData must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-beauty-retouching","canonicalId":"face-beauty-retouching","internalServiceId":"aliyun-facebody-face-beauty","name":"Face Beauty Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 对图片中的人脸进行磨皮、美白、锐化等美颜处理。. Send the schema keys exactly as listed (ImageURL, Sharp, Smooth, White); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 对图片中的人脸进行磨皮、美白、锐化等美颜处理。. Send the schema keys exactly as listed (ImageURL, Sharp, Smooth, White); required parameters: ImageURL.","category":"face-body","keywords":["FaceBeauty","阿里云人脸人体 人脸美颜","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","face","beauty"],"useCases":["the visual analysis task described by action 对图片中的人脸进行磨皮、美白、锐化等美颜处理。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-beauty-retouching","legacyEndpoint":"/api/tools/aliyun-facebody-face-beauty","endpointAliases":["/api/tools/face-beauty-retouching","/api/tools/aliyun-facebody-face-beauty"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"Sharp":{"description":"Alibaba Cloud RPC parameter Sharp.","type":"number"},"Smooth":{"description":"Alibaba Cloud RPC parameter Smooth.","type":"number"},"White":{"description":"Alibaba Cloud RPC parameter White.","type":"number"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"FaceBeauty","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"identity-verification-token","canonicalId":"identity-verification-token","internalServiceId":"aliyun-facebody-gen-real-person-verification-token","name":"Gen Real Person Verification Token Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 生成金融级实人认证 Token。. Send the schema keys exactly as listed (CertificateName, CertificateNumber, MetaInfo); required parameters: CertificateName, CertificateNumber.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 生成金融级实人认证 Token。. Send the schema keys exactly as listed (CertificateName, CertificateNumber, MetaInfo); required parameters: CertificateName, CertificateNumber.","category":"face-body","keywords":["GenRealPersonVerificationToken","阿里云人脸人体 实人认证 Token 生成","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","gen","real","person","verification","token"],"useCases":["the visual analysis task described by action 生成金融级实人认证 Token。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/identity-verification-token","legacyEndpoint":"/api/tools/aliyun-facebody-gen-real-person-verification-token","endpointAliases":["/api/tools/identity-verification-token","/api/tools/aliyun-facebody-gen-real-person-verification-token"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"CertificateName":{"description":"Alibaba Cloud RPC parameter CertificateName.","type":"string"},"CertificateNumber":{"description":"Alibaba Cloud RPC parameter CertificateNumber.","type":"string"},"MetaInfo":{"description":"Alibaba Cloud RPC parameter MetaInfo.","type":"string"}},"required":["CertificateName","CertificateNumber"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"CertificateName":"张三","CertificateNumber":"110101199001010000"},"exampleResponse":{"code":"200","content":"","data":{"Action":"GenRealPersonVerificationToken","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"portrait-anime-stylization","canonicalId":"portrait-anime-stylization","internalServiceId":"aliyun-facebody-generate-human-anime-style","name":"Generate Human Anime Style Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 将人像图片生成动漫风格结果。. Send the schema keys exactly as listed (AlgoType, ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 将人像图片生成动漫风格结果。. Send the schema keys exactly as listed (AlgoType, ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["GenerateHumanAnimeStyle","阿里云人脸人体 人像动漫风格化","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","generate","human","anime","style"],"useCases":["the visual analysis task described by action 将人像图片生成动漫风格结果。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/portrait-anime-stylization","legacyEndpoint":"/api/tools/aliyun-facebody-generate-human-anime-style","endpointAliases":["/api/tools/portrait-anime-stylization","/api/tools/aliyun-facebody-generate-human-anime-style"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"AlgoType":{"description":"Alibaba Cloud RPC parameter AlgoType.","type":"string"},"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"GenerateHumanAnimeStyle","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"portrait-sketch-stylization","canonicalId":"portrait-sketch-stylization","internalServiceId":"aliyun-facebody-generate-human-sketch-style","name":"Generate Human Sketch Style Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 将人像图片生成素描风格结果。. Send the schema keys exactly as listed (ImageURL, ReturnType); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 将人像图片生成素描风格结果。. Send the schema keys exactly as listed (ImageURL, ReturnType); required parameters: ImageURL.","category":"face-body","keywords":["GenerateHumanSketchStyle","阿里云人脸人体 人像素描风格化","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","generate","human","sketch","style"],"useCases":["the visual analysis task described by action 将人像图片生成素描风格结果。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/portrait-sketch-stylization","legacyEndpoint":"/api/tools/aliyun-facebody-generate-human-sketch-style","endpointAliases":["/api/tools/portrait-sketch-stylization","/api/tools/aliyun-facebody-generate-human-sketch-style"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"ReturnType":{"description":"Alibaba Cloud RPC parameter ReturnType.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"GenerateHumanSketchStyle","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-get-entity","canonicalId":"face-database-get-entity","internalServiceId":"aliyun-facebody-get-face-entity","name":"Get Face Entity Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 查询人脸数据库中的实体信息。. Send the schema keys exactly as listed (DbName, EntityId); required parameters: DbName, EntityId.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 查询人脸数据库中的实体信息。. Send the schema keys exactly as listed (DbName, EntityId); required parameters: DbName, EntityId.","category":"face-body","keywords":["GetFaceEntity","阿里云人脸人体 查询人脸实体","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","get","face","entity"],"useCases":["the visual analysis task described by action 查询人脸数据库中的实体信息。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-get-entity","legacyEndpoint":"/api/tools/aliyun-facebody-get-face-entity","endpointAliases":["/api/tools/face-database-get-entity","/api/tools/aliyun-facebody-get-face-entity"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"EntityId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"}},"required":["DbName","EntityId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"DbName":"example-face-db","EntityId":"example-entity-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"GetFaceEntity","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"identity-verification-result","canonicalId":"identity-verification-result","internalServiceId":"aliyun-facebody-get-real-person-verification-result","name":"Get Real Person Verification Result Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 查询金融级实人认证结果。. Send the schema keys exactly as listed (VerificationToken); required parameters: VerificationToken.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 查询金融级实人认证结果。. Send the schema keys exactly as listed (VerificationToken); required parameters: VerificationToken.","category":"face-body","keywords":["GetRealPersonVerificationResult","阿里云人脸人体 实人认证结果查询","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","get","real","person","verification","result"],"useCases":["the visual analysis task described by action 查询金融级实人认证结果。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/identity-verification-result","legacyEndpoint":"/api/tools/aliyun-facebody-get-real-person-verification-result","endpointAliases":["/api/tools/identity-verification-result","/api/tools/aliyun-facebody-get-real-person-verification-result"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"VerificationToken":{"description":"Alibaba Cloud face database or template identifier.","type":"string"}},"required":["VerificationToken"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"VerificationToken":"example-verification-token"},"exampleResponse":{"code":"200","content":"","data":{"Action":"GetRealPersonVerificationResult","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"complex","typicalResponseTime":"800ms","cacheable":false,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["job-id","aliyun-credentials"],"errorExamples":[{"input":{},"error":"jobId is required","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-slimming","canonicalId":"face-slimming","internalServiceId":"aliyun-facebody-liquify-face","name":"Liquify Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 对图片中的人脸进行瘦脸处理。. Send the schema keys exactly as listed (ImageURL, SlimDegree); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 对图片中的人脸进行瘦脸处理。. Send the schema keys exactly as listed (ImageURL, SlimDegree); required parameters: ImageURL.","category":"face-body","keywords":["LiquifyFace","阿里云人脸人体 智能瘦脸","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","liquify","face"],"useCases":["the visual analysis task described by action 对图片中的人脸进行瘦脸处理。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-slimming","legacyEndpoint":"/api/tools/aliyun-facebody-liquify-face","endpointAliases":["/api/tools/face-slimming","/api/tools/aliyun-facebody-liquify-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"SlimDegree":{"description":"Alibaba Cloud RPC parameter SlimDegree.","type":"number"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"LiquifyFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-list","canonicalId":"face-database-list","internalServiceId":"aliyun-facebody-list-face-dbs","name":"List Face Dbs Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 分页列出人脸数据库。. Send the schema keys exactly as listed (Limit, Offset); no required parameters.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 分页列出人脸数据库。. Send the schema keys exactly as listed (Limit, Offset); no required parameters.","category":"face-body","keywords":["ListFaceDbs","阿里云人脸人体 列出人脸数据库","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","list","face","dbs"],"useCases":["the visual analysis task described by action 分页列出人脸数据库。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-list","legacyEndpoint":"/api/tools/aliyun-facebody-list-face-dbs","endpointAliases":["/api/tools/face-database-list","/api/tools/aliyun-facebody-list-face-dbs"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Limit":{"description":"Alibaba Cloud RPC parameter Limit.","type":"number"},"Offset":{"description":"Alibaba Cloud RPC parameter Offset.","type":"number"}},"required":[],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Limit":1},"exampleResponse":{"code":"200","content":"","data":{"Action":"ListFaceDbs","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-list-entities","canonicalId":"face-database-list-entities","internalServiceId":"aliyun-facebody-list-face-entities","name":"List Face Entities Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 分页列出人脸数据库中的实体。. Send the schema keys exactly as listed (DbName, EntityIdPrefix, Labels, Limit, Offset, Order, Token); required parameters: DbName.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 分页列出人脸数据库中的实体。. Send the schema keys exactly as listed (DbName, EntityIdPrefix, Labels, Limit, Offset, Order, Token); required parameters: DbName.","category":"face-body","keywords":["ListFaceEntities","阿里云人脸人体 列出人脸实体","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","list","face","entities"],"useCases":["the visual analysis task described by action 分页列出人脸数据库中的实体。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-list-entities","legacyEndpoint":"/api/tools/aliyun-facebody-list-face-entities","endpointAliases":["/api/tools/face-database-list-entities","/api/tools/aliyun-facebody-list-face-entities"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"EntityIdPrefix":{"description":"Alibaba Cloud RPC parameter EntityIdPrefix.","type":"string"},"Labels":{"description":"Alibaba Cloud RPC parameter Labels.","type":"string"},"Limit":{"description":"Alibaba Cloud RPC parameter Limit.","type":"number"},"Offset":{"description":"Alibaba Cloud RPC parameter Offset.","type":"number"},"Order":{"description":"Alibaba Cloud RPC parameter Order.","type":"string"},"Token":{"description":"Alibaba Cloud RPC parameter Token.","type":"string"}},"required":["DbName"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"DbName":"example-face-db"},"exampleResponse":{"code":"200","content":"","data":{"Action":"ListFaceEntities","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-swap-template-merge","canonicalId":"face-swap-template-merge","internalServiceId":"aliyun-facebody-merge-image-face","name":"Merge Image Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 将目标人脸融合到模板图片中。. Send the schema keys exactly as listed (AddWatermark, ImageURL, MergeInfos, ModelVersion, TemplateId, WatermarkType); required parameters: ImageURL, MergeInfos, TemplateId.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 将目标人脸融合到模板图片中。. Send the schema keys exactly as listed (AddWatermark, ImageURL, MergeInfos, ModelVersion, TemplateId, WatermarkType); required parameters: ImageURL, MergeInfos, TemplateId.","category":"face-body","keywords":["MergeImageFace","阿里云人脸人体 图像人脸融合","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","merge","image","face"],"useCases":["the visual analysis task described by action 将目标人脸融合到模板图片中。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-swap-template-merge","legacyEndpoint":"/api/tools/aliyun-facebody-merge-image-face","endpointAliases":["/api/tools/face-swap-template-merge","/api/tools/aliyun-facebody-merge-image-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"AddWatermark":{"description":"Alibaba Cloud RPC parameter AddWatermark.","type":"boolean"},"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"MergeInfos":{"description":"Alibaba Cloud JSON array parameter. A JSON string is also accepted and forwarded as-is.","type":"array"},"ModelVersion":{"description":"Alibaba Cloud RPC parameter ModelVersion.","type":"string"},"TemplateId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"WatermarkType":{"description":"Alibaba Cloud RPC parameter WatermarkType.","type":"string"}},"required":["ImageURL","MergeInfos","TemplateId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg","MergeInfos":[{"ImageURL":"https://example.com/face.jpg","TemplateFaceID":"face-1"}],"TemplateId":"example-template-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"MergeImageFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"online-exam-proctoring","canonicalId":"online-exam-proctoring","internalServiceId":"aliyun-facebody-monitor-examination","name":"Monitor Examination Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 检测线上考试场景中的人脸和异常行为。. Send the schema keys exactly as listed (ImageURL, Type); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 检测线上考试场景中的人脸和异常行为。. Send the schema keys exactly as listed (ImageURL, Type); required parameters: ImageURL.","category":"face-body","keywords":["MonitorExamination","阿里云人脸人体 线上监考","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","monitor","examination"],"useCases":["the visual analysis task described by action 检测线上考试场景中的人脸和异常行为。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/online-exam-proctoring","legacyEndpoint":"/api/tools/aliyun-facebody-monitor-examination","endpointAliases":["/api/tools/online-exam-proctoring","/api/tools/aliyun-facebody-monitor-examination"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"Type":{"description":"Alibaba Cloud RPC parameter Type.","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"MonitorExamination","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"pedestrian-attribute-recognition","canonicalId":"pedestrian-attribute-recognition","internalServiceId":"aliyun-facebody-pedestrian-detect-attribute","name":"Pedestrian Detect Attribute Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 识别行人属性。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 识别行人属性。. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["PedestrianDetectAttribute","阿里云人脸人体 行人属性识别","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","pedestrian","detect","attribute"],"useCases":["the visual analysis task described by action 识别行人属性。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/pedestrian-attribute-recognition","legacyEndpoint":"/api/tools/aliyun-facebody-pedestrian-detect-attribute","endpointAliases":["/api/tools/pedestrian-attribute-recognition","/api/tools/aliyun-facebody-pedestrian-detect-attribute"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"PedestrianDetectAttribute","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-template-list","canonicalId":"face-template-list","internalServiceId":"aliyun-facebody-query-face-image-template","name":"Query Face Image Template Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 查询可用的人脸融合模板。. Send the schema keys exactly as listed (); no required parameters.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 查询可用的人脸融合模板。. Send the schema keys exactly as listed (); no required parameters.","category":"face-body","keywords":["QueryFaceImageTemplate","阿里云人脸人体 查询人脸融合模板","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","query","face","image","template"],"useCases":["the visual analysis task described by action 查询可用的人脸融合模板。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-template-list","legacyEndpoint":"/api/tools/aliyun-facebody-query-face-image-template","endpointAliases":["/api/tools/face-template-list","/api/tools/aliyun-facebody-query-face-image-template"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{},"required":[],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleResponse":{"code":"200","content":"","data":{"Action":"QueryFaceImageTemplate","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"human-action-recognition","canonicalId":"human-action-recognition","internalServiceId":"aliyun-facebody-recognize-action","name":"Recognize Action Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 识别视频或图片序列中的人体动作行为。. Send the schema keys exactly as listed (Type, URLList, VideoData, VideoUrl); required parameters: Type.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 识别视频或图片序列中的人体动作行为。. Send the schema keys exactly as listed (Type, URLList, VideoData, VideoUrl); required parameters: Type.","category":"face-body","keywords":["RecognizeAction","阿里云人脸人体 动作行为识别","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","recognize","action"],"useCases":["the visual analysis task described by action 识别视频或图片序列中的人体动作行为。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/human-action-recognition","legacyEndpoint":"/api/tools/aliyun-facebody-recognize-action","endpointAliases":["/api/tools/human-action-recognition","/api/tools/aliyun-facebody-recognize-action"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Type":{"description":"Alibaba Cloud RPC parameter Type.","type":"string"},"URLList":{"description":"Alibaba Cloud JSON array parameter. A JSON string is also accepted and forwarded as-is.","type":"array"},"VideoData":{"description":"Alibaba Cloud RPC parameter VideoData.","type":"string"},"VideoUrl":{"description":"Public http or https video URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["Type"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Type":"example-type"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizeAction","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"URLList is required","statusCode":400},{"input":{"URLList":"not-a-url"},"error":"URLList must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"facial-expression-recognition","canonicalId":"facial-expression-recognition","internalServiceId":"aliyun-facebody-recognize-expression","name":"Recognize Expression Face And Body Analysis","description":"Use this visual AI API when the task needs recognizing facial expressions in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs recognizing facial expressions in an image. Send the schema keys exactly as listed (ImageURL); required parameters: ImageURL.","category":"face-body","keywords":["RecognizeExpression","阿里云人脸人体 表情识别","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","recognize","expression","emotion recognition","facial expression"],"useCases":["recognizing facial expressions in an image","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/facial-expression-recognition","legacyEndpoint":"/api/tools/aliyun-facebody-recognize-expression","endpointAliases":["/api/tools/facial-expression-recognition","/api/tools/aliyun-facebody-recognize-expression"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizeExpression","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-attribute-recognition","canonicalId":"face-attribute-recognition","internalServiceId":"aliyun-facebody-recognize-face","name":"Recognize Face Face And Body Analysis","description":"Use this visual AI API when the task needs recognizing face attributes such as age, gender, expression, and mask status. Send the schema keys exactly as listed (Age, Beauty, Expression, Gender, Glass, Hat, ImageURL, Mask, MaxFaceNumber, Quality); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs recognizing face attributes such as age, gender, expression, and mask status. Send the schema keys exactly as listed (Age, Beauty, Expression, Gender, Glass, Hat, ImageURL, Mask, MaxFaceNumber, Quality); required parameters: ImageURL.","category":"face-body","keywords":["RecognizeFace","阿里云人脸人体 人脸属性识别","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","recognize","face","face attributes","face landmarks","face quality"],"useCases":["recognizing face attributes such as age, gender, expression, and mask status","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-attribute-recognition","legacyEndpoint":"/api/tools/aliyun-facebody-recognize-face","endpointAliases":["/api/tools/face-attribute-recognition","/api/tools/aliyun-facebody-recognize-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Age":{"description":"Alibaba Cloud RPC parameter Age.","type":"boolean"},"Beauty":{"description":"Alibaba Cloud RPC parameter Beauty.","type":"boolean"},"Expression":{"description":"Alibaba Cloud RPC parameter Expression.","type":"boolean"},"Gender":{"description":"Alibaba Cloud RPC parameter Gender.","type":"boolean"},"Glass":{"description":"Alibaba Cloud RPC parameter Glass.","type":"boolean"},"Hat":{"description":"Alibaba Cloud RPC parameter Hat.","type":"boolean"},"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"Mask":{"description":"Alibaba Cloud RPC parameter Mask.","type":"boolean"},"MaxFaceNumber":{"description":"Alibaba Cloud RPC parameter MaxFaceNumber.","type":"number"},"Quality":{"description":"Alibaba Cloud RPC parameter Quality.","type":"boolean"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizeFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"public-figure-face-recognition","canonicalId":"public-figure-face-recognition","internalServiceId":"aliyun-facebody-recognize-public-face","name":"Recognize Public Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 识别公众人物人脸。. Send the schema keys exactly as listed (Task); required parameters: Task.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 识别公众人物人脸。. Send the schema keys exactly as listed (Task); required parameters: Task.","category":"face-body","keywords":["RecognizePublicFace","阿里云人脸人体 公众人脸识别","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","recognize","public","face"],"useCases":["the visual analysis task described by action 识别公众人物人脸。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/public-figure-face-recognition","legacyEndpoint":"/api/tools/aliyun-facebody-recognize-public-face","endpointAliases":["/api/tools/public-figure-face-recognition","/api/tools/aliyun-facebody-recognize-public-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"Task":{"description":"Alibaba Cloud JSON task object. A JSON string is also accepted and forwarded as-is.","type":"object"}},"required":["Task"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"Task":{"ImageURL":"https://example.com/image.jpg"}},"exampleResponse":{"code":"200","content":"","data":{"Action":"RecognizePublicFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"skin-retouching","canonicalId":"skin-retouching","internalServiceId":"aliyun-facebody-retouch-skin","name":"Retouch Skin Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 对人像皮肤进行美肤和美白处理。. Send the schema keys exactly as listed (ImageURL, RetouchDegree, WhiteningDegree); required parameters: ImageURL.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 对人像皮肤进行美肤和美白处理。. Send the schema keys exactly as listed (ImageURL, RetouchDegree, WhiteningDegree); required parameters: ImageURL.","category":"face-body","keywords":["RetouchSkin","阿里云人脸人体 美肤","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","retouch","skin"],"useCases":["the visual analysis task described by action 对人像皮肤进行美肤和美白处理。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/skin-retouching","legacyEndpoint":"/api/tools/aliyun-facebody-retouch-skin","endpointAliases":["/api/tools/skin-retouching","/api/tools/aliyun-facebody-retouch-skin"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"ImageURL":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"RetouchDegree":{"description":"Alibaba Cloud RPC parameter RetouchDegree.","type":"number"},"WhiteningDegree":{"description":"Alibaba Cloud RPC parameter WhiteningDegree.","type":"number"}},"required":["ImageURL"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageURL":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"RetouchSkin","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageURL is required","statusCode":400},{"input":{"ImageURL":"not-a-url"},"error":"ImageURL must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-search","canonicalId":"face-search","internalServiceId":"aliyun-facebody-search-face","name":"Search Face Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 在人脸数据库中搜索相似人脸。. Send the schema keys exactly as listed (DbName, DbNames, ImageUrl, Limit, MaxFaceNum, QualityScoreThreshold); required parameters: ImageUrl.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 在人脸数据库中搜索相似人脸。. Send the schema keys exactly as listed (DbName, DbNames, ImageUrl, Limit, MaxFaceNum, QualityScoreThreshold); required parameters: ImageUrl.","category":"face-body","keywords":["SearchFace","阿里云人脸人体 人脸搜索","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","search","face"],"useCases":["the visual analysis task described by action 在人脸数据库中搜索相似人脸。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-search","legacyEndpoint":"/api/tools/aliyun-facebody-search-face","endpointAliases":["/api/tools/face-search","/api/tools/aliyun-facebody-search-face"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"DbNames":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"ImageUrl":{"description":"Public http or https image URL accepted by the Alibaba Cloud API.","format":"uri","type":"string"},"Limit":{"description":"Alibaba Cloud RPC parameter Limit.","type":"number"},"MaxFaceNum":{"description":"Alibaba Cloud RPC parameter MaxFaceNum.","type":"number"},"QualityScoreThreshold":{"description":"Alibaba Cloud RPC parameter QualityScoreThreshold.","type":"number"}},"required":["ImageUrl"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"ImageUrl":"https://example.com/image.jpg"},"exampleResponse":{"code":"200","content":"","data":{"Action":"SearchFace","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["public-image-url","aliyun-credentials"],"errorExamples":[{"input":{},"error":"ImageUrl is required","statusCode":400},{"input":{"ImageUrl":"not-a-url"},"error":"ImageUrl must be a valid http or https URL","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}},{"id":"face-database-update-entity","canonicalId":"face-database-update-entity","internalServiceId":"aliyun-facebody-update-face-entity","name":"Update Face Entity Face And Body Analysis","description":"Use this visual AI API when the task needs the visual analysis task described by action 更新人脸数据库中的实体标签。. Send the schema keys exactly as listed (DbName, EntityId, Labels); required parameters: DbName, EntityId.","descriptionForModel":"Use this visual AI API when the task needs the visual analysis task described by action 更新人脸数据库中的实体标签。. Send the schema keys exactly as listed (DbName, EntityId, Labels); required parameters: DbName, EntityId.","category":"face-body","keywords":["UpdateFaceEntity","阿里云人脸人体 更新人脸实体","face detection","body detection","pose estimation","face recognition","liveness detection","human analysis","update","face","entity"],"useCases":["the visual analysis task described by action 更新人脸数据库中的实体标签。","Call one focused visual AI capability directly with JSON inputs","Use public image or video URLs and structured parameters to get machine-readable results"],"limitations":["Pass parameter names exactly as listed in the input schema","Only public http or https URLs and JSON/base64 text parameters are supported in this adapter","Binary file upload is not exposed by this Server402 adapter","Provider credentials and upstream permissions must be configured on the server"],"endpoint":"/api/tools/face-database-update-entity","legacyEndpoint":"/api/tools/aliyun-facebody-update-face-entity","endpointAliases":["/api/tools/face-database-update-entity","/api/tools/aliyun-facebody-update-face-entity"],"method":"POST","enabled":true,"publishStatus":"published","paymentPolicyId":"aliyun-viapi","tags":["computer-vision","face-body","face-analysis","body-analysis"],"inputSchema":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"DbName":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"EntityId":{"description":"Alibaba Cloud face database or template identifier.","type":"string"},"Labels":{"description":"Alibaba Cloud RPC parameter Labels.","type":"string"}},"required":["DbName","EntityId"],"type":"object"},"outputSchema":{"properties":{"code":{"type":"string"},"content":{"type":"string"},"data":{"type":"object"},"message":{"type":"string"},"requestId":{"type":"string"}},"required":["requestId","data"],"type":"object"},"exampleRequest":{"DbName":"example-face-db","EntityId":"example-entity-id"},"exampleResponse":{"code":"200","content":"","data":{"Action":"UpdateFaceEntity","Result":"example result from Alibaba Cloud facebody"},"message":"success","requestId":"example-request-id"},"priceCents":20,"currency":"USD","providerId":"x402-base-usdc","paymentRequired":true,"complexity":"moderate","typicalResponseTime":"1200ms","cacheable":true,"idempotent":true,"outputFormat":"json","relatedServices":["face-database-add-face","face-database-create-entity","face-template-create"],"requiredContext":["aliyun-credentials"],"errorExamples":[{"input":{},"error":"required parameters are missing","statusCode":400}],"sla":{"uptime":"99.5%","maxLatency":"5000ms"}}]
