{"catalog":"https://aivps.lat/api/catalog","description":"OpenAI function-calling tool definitions for every paid Server402 API. Import the tools array into Chat Completions, the Assistants API, or the Responses API. Each call may return HTTP 402; settle the payment and resend the token in the paymentToken argument.","generatedAt":"2026-06-03T22:59:50Z","mcp":"https://aivps.lat/mcp","schemaVersion":"server402.openai-functions.v1","toolCount":116,"tools":[{"function":{"description":"Count Unicode characters, whitespace-delimited words, and lines in a text string. Price: USD 0.05. Requires HTTP 402 payment. Use cases: Estimate text length before publishing; Measure prompt or document size; Analyze plain text statistics. Limitations: Words are counted by whitespace boundaries.","name":"word_count","parameters":{"properties":{"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"},"text":{"type":"string"}},"required":["text"],"type":"object"}},"type":"function","x-server402":{"category":"text-analysis","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/word-count","internalServiceId":"word-count","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"word-count","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Convert an English title into a lowercase URL-safe slug. Price: USD 0.05. Requires HTTP 402 payment. Use cases: Generate URL slugs for articles; Normalize product or documentation titles; Create SEO-friendly identifiers. Limitations: Designed for English titles and ASCII URL slugs.","name":"slugify","parameters":{"properties":{"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"},"title":{"type":"string"}},"required":["title"],"type":"object"}},"type":"function","x-server402":{"category":"text-transform","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/slugify","internalServiceId":"slugify","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"slugify","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Return the current server time in UTC RFC3339 format and Unix seconds. Price: USD 0.03. Requires HTTP 402 payment. Use cases: 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.","name":"timestamp","parameters":{"properties":{"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"type":"object"}},"type":"function","x-server402":{"category":"time","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/timestamp","internalServiceId":"timestamp","method":"GET","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":3,"serviceId":"timestamp","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"通过 backendUrl 转发到真实服务的付费代理示例。 Price: USD 0.03. Requires HTTP 402 payment.","name":"proxy_health","parameters":{"properties":{"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"type":"object"}},"type":"function","x-server402":{"category":"","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/proxy-health","internalServiceId":"proxy-health","method":"GET","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":3,"serviceId":"proxy-health","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Generate a random UUID by calling a third-party HTTP API. Price: USD 0.05. Requires HTTP 402 payment. Use cases: Generate unique IDs; Create test identifiers; Produce random UUID values. Limitations: Depends on httpbin.org availability; suitable for testing; not production SLA.","name":"random_uuid","parameters":{"properties":{"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"type":"object"}},"type":"function","x-server402":{"category":"utility","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/random-uuid","internalServiceId":"random-uuid","method":"GET","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"random-uuid","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Get current weather in Hong Kong, including temperature, relative humidity, and wind speed, from Open-Meteo. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"hk_weather","parameters":{"properties":{"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"type":"object"}},"type":"function","x-server402":{"category":"weather","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/hk-weather","internalServiceId":"hk-weather","method":"GET","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"hk-weather","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"multilingual_ocr","parameters":{"properties":{"imageUrl":{"format":"uri","type":"string"},"languages":{"items":{"type":"string"},"type":"array"},"needRotate":{"type":"boolean"},"needSortPage":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrl","languages"],"type":"object"}},"type":"function","x-server402":{"category":"ocr","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/multilingual-ocr","internalServiceId":"aliyun-multilang-ocr","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"multilingual-ocr","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a Trade Document Package extraction job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_trade_package_extract","parameters":{"properties":{"customExtractionRange":{"items":{"type":"string"},"type":"array"},"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"option":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"},"templateName":{"type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-extraction","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-trade-package-extract","internalServiceId":"aliyun-docmind-trade-package-extract","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-trade-package-extract","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a large-model document parsing job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_doc_parser_submit","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-doc-parser-submit","internalServiceId":"aliyun-docmind-doc-parser-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-doc-parser-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Query the processing status of an Alibaba Cloud Document Mind large-model document parsing job. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_doc_parser_status","parameters":{"properties":{"id":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["id"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-doc-parser-status","internalServiceId":"aliyun-docmind-doc-parser-status","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"aliyun-docmind-doc-parser-status","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Fetch parsed layout and content results for an Alibaba Cloud Document Mind large-model job. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_doc_parser_result","parameters":{"properties":{"excludeFields":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"layoutNum":{"type":"integer"},"layoutStepSize":{"type":"integer"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["id"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-doc-parser-result","internalServiceId":"aliyun-docmind-doc-parser-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"aliyun-docmind-doc-parser-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a document structure parsing job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_doc_structure_submit","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"},"structureType":{"type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-doc-structure-submit","internalServiceId":"aliyun-docmind-doc-structure-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-doc-structure-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Fetch document structure parsing results from Alibaba Cloud Document Mind by job ID. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_doc_structure_result","parameters":{"properties":{"id":{"type":"string"},"imageStrategy":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"},"revealMarkdown":{"type":"boolean"},"useUrlResponseBody":{"type":"boolean"}},"required":["id"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-doc-structure-result","internalServiceId":"aliyun-docmind-doc-structure-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"aliyun-docmind-doc-structure-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a digital document structure parsing job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_digital_doc_structure_submit","parameters":{"properties":{"fileName":{"type":"string"},"fileNameExtension":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"imageStrategy":{"type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"},"revealMarkdown":{"type":"boolean"},"useUrlResponseBody":{"type":"boolean"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-digital-doc-structure-submit","internalServiceId":"aliyun-docmind-digital-doc-structure-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-digital-doc-structure-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a table understanding job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_table_understanding_submit","parameters":{"properties":{"fileName":{"type":"string"},"fileNameExtension":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-table-understanding-submit","internalServiceId":"aliyun-docmind-table-understanding-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-table-understanding-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Fetch table understanding results from Alibaba Cloud Document Mind by job ID. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_table_understanding_result","parameters":{"properties":{"id":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["id"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-table-understanding-result","internalServiceId":"aliyun-docmind-table-understanding-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"aliyun-docmind-table-understanding-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a document extraction job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_document_extract_submit","parameters":{"properties":{"fileName":{"type":"string"},"fileNameExtension":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-extraction","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-document-extract-submit","internalServiceId":"aliyun-docmind-document-extract-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-document-extract-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Fetch document extraction results from Alibaba Cloud Document Mind by job ID. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_document_extract_result","parameters":{"properties":{"id":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["id"],"type":"object"}},"type":"function","x-server402":{"category":"document-extraction","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-document-extract-result","internalServiceId":"aliyun-docmind-document-extract-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"aliyun-docmind-document-extract-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Fetch document comparison results from Alibaba Cloud Document Mind by job ID. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_document_compare_result","parameters":{"properties":{"id":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["id"],"type":"object"}},"type":"function","x-server402":{"category":"document-understanding","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-document-compare-result","internalServiceId":"aliyun-docmind-document-compare-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"aliyun-docmind-document-compare-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a PDF-to-Word conversion job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_pdf_to_word_submit","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-pdf-to-word-submit","internalServiceId":"aliyun-docmind-pdf-to-word-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-pdf-to-word-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a PDF-to-image conversion job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_pdf_to_image_submit","parameters":{"properties":{"enableEventCallback":{"type":"boolean"},"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-pdf-to-image-submit","internalServiceId":"aliyun-docmind-pdf-to-image-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-pdf-to-image-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a PDF-to-Excel conversion job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_pdf_to_excel_submit","parameters":{"properties":{"enableEventCallback":{"type":"boolean"},"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"forceExportInnerImage":{"type":"boolean"},"forceMergeExcel":{"type":"boolean"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-pdf-to-excel-submit","internalServiceId":"aliyun-docmind-pdf-to-excel-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-pdf-to-excel-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit a PDF-to-Markdown conversion job to Alibaba Cloud Document Mind from a public file URL. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_pdf_to_markdown_submit","parameters":{"properties":{"fileName":{"type":"string"},"fileUrl":{"format":"uri","type":"string"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["fileUrl"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-pdf-to-markdown-submit","internalServiceId":"aliyun-docmind-pdf-to-markdown-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-pdf-to-markdown-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit an image-to-Word conversion job to Alibaba Cloud Document Mind from public image URLs. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_image_to_word_submit","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrls"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-image-to-word-submit","internalServiceId":"aliyun-docmind-image-to-word-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-image-to-word-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit an image-to-PDF conversion job to Alibaba Cloud Document Mind from public image URLs. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_image_to_pdf_submit","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrls"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-image-to-pdf-submit","internalServiceId":"aliyun-docmind-image-to-pdf-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-image-to-pdf-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit an image-to-Excel conversion job to Alibaba Cloud Document Mind from public image URLs. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_image_to_excel_submit","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrls"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-image-to-excel-submit","internalServiceId":"aliyun-docmind-image-to-excel-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-image-to-excel-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Submit an image-to-Markdown conversion job to Alibaba Cloud Document Mind from public image URLs. Price: USD 0.30. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_image_to_markdown_submit","parameters":{"properties":{"imageNameExtension":{"type":"string"},"imageNames":{"items":{"type":"string"},"type":"array"},"imageUrls":{"items":{"format":"uri","type":"string"},"type":"array"},"ossBucket":{"type":"string"},"ossEndpoint":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrls"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-image-to-markdown-submit","internalServiceId":"aliyun-docmind-image-to-markdown-submit","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":30,"serviceId":"aliyun-docmind-image-to-markdown-submit","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Fetch document conversion results from Alibaba Cloud Document Mind by job ID. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_document_convert_result","parameters":{"properties":{"id":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["id"],"type":"object"}},"type":"function","x-server402":{"category":"document-conversion","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-document-convert-result","internalServiceId":"aliyun-docmind-document-convert-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"aliyun-docmind-document-convert-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"description":"Fetch page count metadata from Alibaba Cloud Document Mind by business ID. Price: USD 0.05. Requires HTTP 402 payment. Use cases: 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.","name":"aliyun_docmind_page_num","parameters":{"properties":{"bizId":{"type":"string"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["bizId"],"type":"object"}},"type":"function","x-server402":{"category":"document-utility","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/aliyun-docmind-page-num","internalServiceId":"aliyun-docmind-page-num","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":5,"serviceId":"aliyun-docmind-page-num","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"english_ocr","parameters":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"ocr","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/english-ocr","internalServiceId":"aliyun-ocr-english","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"english-ocr","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"japanese_ocr","parameters":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"ocr","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/japanese-ocr","internalServiceId":"aliyun-ocr-japanese","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"japanese-ocr","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"korean_ocr","parameters":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"ocr","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/korean-ocr","internalServiceId":"aliyun-ocr-korean","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"korean-ocr","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"thai_ocr","parameters":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"ocr","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/thai-ocr","internalServiceId":"aliyun-ocr-thai","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"thai-ocr","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"russian_ocr","parameters":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"ocr","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/russian-ocr","internalServiceId":"aliyun-ocr-russian","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"russian-ocr","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"latin_script_ocr","parameters":{"properties":{"imageUrl":{"format":"uri","type":"string"},"needRotate":{"type":"boolean"},"outputCharInfo":{"type":"boolean"},"outputTable":{"type":"boolean"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["imageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"ocr","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/latin-script-ocr","internalServiceId":"aliyun-ocr-latin","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"latin-script-ocr","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"waste_classification","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/waste-classification","internalServiceId":"aliyun-imagerecog-classifying-rubbish","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"waste-classification","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"fruit_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/fruit-detection","internalServiceId":"aliyun-imagerecog-detect-fruits","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"fruit-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"image_element_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Url"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/image-element-detection","internalServiceId":"aliyun-imagerecog-detect-image-elements","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"image-element-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"id_photo_quality_check","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/id-photo-quality-check","internalServiceId":"aliyun-imagerecog-evaluate-certificate-quality","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"id-photo-quality-check","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"image_recognition_job_result","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["JobId"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/image-recognition-job-result","internalServiceId":"aliyun-imagerecog-get-async-job-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"image-recognition-job-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"food_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/food-recognition","internalServiceId":"aliyun-imagerecog-recognize-food","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"food-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"image_color_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Url"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/image-color-recognition","internalServiceId":"aliyun-imagerecog-recognize-image-color","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"image-color-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"image_style_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Url"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/image-style-recognition","internalServiceId":"aliyun-imagerecog-recognize-image-style","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"image-style-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"scene_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/scene-recognition","internalServiceId":"aliyun-imagerecog-recognize-scene","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"scene-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"vehicle_type_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/vehicle-type-recognition","internalServiceId":"aliyun-imagerecog-recognize-vehicle-type","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"vehicle-type-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"ad_image_tagging","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/ad-image-tagging","internalServiceId":"aliyun-imagerecog-tagging-ad-image","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"ad-image-tagging","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"image_tagging","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-recognition","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/image-tagging","internalServiceId":"aliyun-imagerecog-tagging-image","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"image-tagging","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"security_object_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/security-object-detection","internalServiceId":"aliyun-objectdet-detect-ipc-object","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"security-object-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"kitchen_animal_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURLA","ImageURLB"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/kitchen-animal-detection","internalServiceId":"aliyun-objectdet-detect-kitchen-animals","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"kitchen-animal-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"main_subject_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/main-subject-detection","internalServiceId":"aliyun-objectdet-detect-main-body","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"main-subject-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"object_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/object-detection","internalServiceId":"aliyun-objectdet-detect-object","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"object-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"vehicle_congestion_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/vehicle-congestion-detection","internalServiceId":"aliyun-objectdet-detect-vehicle-i-congestion","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"vehicle-congestion-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"illegal_parking_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/illegal-parking-detection","internalServiceId":"aliyun-objectdet-detect-vehicle-illegal-parking","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"illegal-parking-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"video_security_object_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["VideoURL"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/video-security-object-detection","internalServiceId":"aliyun-objectdet-detect-video-ipc-object","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"video-security-object-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"white_background_image_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/white-background-image-detection","internalServiceId":"aliyun-objectdet-detect-white-base-image","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"white-background-image-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"workwear_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/workwear-detection","internalServiceId":"aliyun-objectdet-detect-workwear","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"workwear-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"object_detection_job_result","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["JobId"],"type":"object"}},"type":"function","x-server402":{"category":"object-detection","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/object-detection-job-result","internalServiceId":"aliyun-objectdet-get-async-job-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"object-detection-job-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"sky_replacement","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL","ReplaceImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/sky-replacement","internalServiceId":"aliyun-imageseg-change-sky","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"sky-replacement","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"image_segmentation_job_result","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["JobId"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/image-segmentation-job-result","internalServiceId":"aliyun-imageseg-get-async-job-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"image-segmentation-job-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_segmentation_parsing","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-segmentation-parsing","internalServiceId":"aliyun-imageseg-parse-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-segmentation-parsing","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"mask_refinement","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL","MaskImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/mask-refinement","internalServiceId":"aliyun-imageseg-refine-mask","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"mask-refinement","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"body_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/body-segmentation","internalServiceId":"aliyun-imageseg-segment-body","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"body-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"clothing_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/clothing-segmentation","internalServiceId":"aliyun-imageseg-segment-cloth","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"clothing-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"product_background_removal","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/product-background-removal","internalServiceId":"aliyun-imageseg-segment-commodity","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"product-background-removal","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"image_background_removal","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/image-background-removal","internalServiceId":"aliyun-imageseg-segment-common-image","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"image-background-removal","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"food_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/food-segmentation","internalServiceId":"aliyun-imageseg-segment-food","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"food-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"hd_body_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/hd-body-segmentation","internalServiceId":"aliyun-imageseg-segment-hd-body","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"hd-body-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"hd_image_background_removal","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/hd-image-background-removal","internalServiceId":"aliyun-imageseg-segment-hd-common-image","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"hd-image-background-removal","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"hd_sky_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/hd-sky-segmentation","internalServiceId":"aliyun-imageseg-segment-hd-sky","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"hd-sky-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"hair_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/hair-segmentation","internalServiceId":"aliyun-imageseg-segment-hair","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"hair-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"head_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/head-segmentation","internalServiceId":"aliyun-imageseg-segment-head","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"head-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"skin_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["URL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/skin-segmentation","internalServiceId":"aliyun-imageseg-segment-skin","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"skin-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"sky_segmentation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"image-segmentation","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/sky-segmentation","internalServiceId":"aliyun-imageseg-segment-sky","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"sky-segmentation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_add_face","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["DbName","EntityId","ImageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-add-face","internalServiceId":"aliyun-facebody-add-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-add-face","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_create_entity","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["DbName","EntityId"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-create-entity","internalServiceId":"aliyun-facebody-add-face-entity","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-create-entity","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_template_create","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-template-create","internalServiceId":"aliyun-facebody-add-face-image-template","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-template-create","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_batch_add","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["DbName","EntityId","Faces"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-batch-add","internalServiceId":"aliyun-facebody-batch-add-faces","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-batch-add","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_blur","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-blur","internalServiceId":"aliyun-facebody-blur-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-blur","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"body_pose_estimation","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/body-pose-estimation","internalServiceId":"aliyun-facebody-body-posture","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"body-pose-estimation","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_comparison","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURLA","ImageURLB"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-comparison","internalServiceId":"aliyun-facebody-compare-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-comparison","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"masked_face_comparison","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURLA","ImageURLB"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/masked-face-comparison","internalServiceId":"aliyun-facebody-compare-face-with-mask","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"masked-face-comparison","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_create","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Name"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-create","internalServiceId":"aliyun-facebody-create-face-db","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-create","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"deepfake_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Tasks"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/deepfake-detection","internalServiceId":"aliyun-facebody-deepfake-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"deepfake-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_delete_face","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["DbName","FaceId"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-delete-face","internalServiceId":"aliyun-facebody-delete-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-delete-face","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_delete","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Name"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-delete","internalServiceId":"aliyun-facebody-delete-face-db","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-delete","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_delete_entity","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["DbName","EntityId"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-delete-entity","internalServiceId":"aliyun-facebody-delete-face-entity","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-delete-entity","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_template_delete","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["TemplateId"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-template-delete","internalServiceId":"aliyun-facebody-delete-face-image-template","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-template-delete","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"person_counting","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/person-counting","internalServiceId":"aliyun-facebody-detect-body-count","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"person-counting","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"celebrity_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/celebrity-recognition","internalServiceId":"aliyun-facebody-detect-celebrity","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"celebrity-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-detection","internalServiceId":"aliyun-facebody-detect-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"infrared_face_liveness_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Tasks"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/infrared-face-liveness-detection","internalServiceId":"aliyun-facebody-detect-infrared-living-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"infrared-face-liveness-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_liveness_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Tasks"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-liveness-detection","internalServiceId":"aliyun-facebody-detect-living-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-liveness-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"pedestrian_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/pedestrian-detection","internalServiceId":"aliyun-facebody-detect-pedestrian","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"pedestrian-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"video_face_liveness_detection","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["VideoUrl"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/video-face-liveness-detection","internalServiceId":"aliyun-facebody-detect-video-living-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"video-face-liveness-detection","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_enhancement","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-enhancement","internalServiceId":"aliyun-facebody-enhance-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-enhancement","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"fingerprint_extraction","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/fingerprint-extraction","internalServiceId":"aliyun-facebody-extract-finger-print","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"fingerprint-extraction","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_beauty_retouching","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-beauty-retouching","internalServiceId":"aliyun-facebody-face-beauty","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-beauty-retouching","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"identity_verification_token","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["CertificateName","CertificateNumber"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/identity-verification-token","internalServiceId":"aliyun-facebody-gen-real-person-verification-token","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"identity-verification-token","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"portrait_anime_stylization","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/portrait-anime-stylization","internalServiceId":"aliyun-facebody-generate-human-anime-style","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"portrait-anime-stylization","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"portrait_sketch_stylization","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/portrait-sketch-stylization","internalServiceId":"aliyun-facebody-generate-human-sketch-style","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"portrait-sketch-stylization","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_get_entity","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["DbName","EntityId"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-get-entity","internalServiceId":"aliyun-facebody-get-face-entity","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-get-entity","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"identity_verification_result","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["VerificationToken"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/identity-verification-result","internalServiceId":"aliyun-facebody-get-real-person-verification-result","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"identity-verification-result","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_slimming","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-slimming","internalServiceId":"aliyun-facebody-liquify-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-slimming","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_list","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":[],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-list","internalServiceId":"aliyun-facebody-list-face-dbs","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-list","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_list_entities","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["DbName"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-list-entities","internalServiceId":"aliyun-facebody-list-face-entities","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-list-entities","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_swap_template_merge","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL","MergeInfos","TemplateId"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-swap-template-merge","internalServiceId":"aliyun-facebody-merge-image-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-swap-template-merge","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"online_exam_proctoring","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/online-exam-proctoring","internalServiceId":"aliyun-facebody-monitor-examination","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"online-exam-proctoring","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"pedestrian_attribute_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/pedestrian-attribute-recognition","internalServiceId":"aliyun-facebody-pedestrian-detect-attribute","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"pedestrian-attribute-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_template_list","parameters":{"description":"Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.","properties":{"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":[],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-template-list","internalServiceId":"aliyun-facebody-query-face-image-template","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-template-list","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"human_action_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Type"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/human-action-recognition","internalServiceId":"aliyun-facebody-recognize-action","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"human-action-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"facial_expression_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/facial-expression-recognition","internalServiceId":"aliyun-facebody-recognize-expression","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"facial-expression-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_attribute_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-attribute-recognition","internalServiceId":"aliyun-facebody-recognize-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-attribute-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"public_figure_face_recognition","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["Task"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/public-figure-face-recognition","internalServiceId":"aliyun-facebody-recognize-public-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"public-figure-face-recognition","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"skin_retouching","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageURL"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/skin-retouching","internalServiceId":"aliyun-facebody-retouch-skin","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"skin-retouching","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_search","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["ImageUrl"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-search","internalServiceId":"aliyun-facebody-search-face","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-search","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}},{"function":{"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. Price: USD 0.20. Requires HTTP 402 payment. Use cases: 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.","name":"face_database_update_entity","parameters":{"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"},"paymentToken":{"description":"Payment token returned after completing the HTTP 402 payment. Omit on the first call to receive payment instructions, then resend the paid token here.","type":"string"}},"required":["DbName","EntityId"],"type":"object"}},"type":"function","x-server402":{"category":"face-body","createPayment":"https://aivps.lat/api/payments","currency":"USD","endpoint":"https://aivps.lat/api/tools/face-database-update-entity","internalServiceId":"aliyun-facebody-update-face-entity","method":"POST","paymentHeader":"X-Payment-Token","paymentRequired":true,"priceCents":20,"serviceId":"face-database-update-entity","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}}],"usage":{"createPayment":"https://aivps.lat/api/payments","invokeVia":"Map each function name back to its x-server402.endpoint and call it over HTTP with the X-Payment-Token header, or call the matching MCP tool of the same name.","payment":"Call a function without paymentToken to receive HTTP 402 payment instructions, then create or verify the payment and resend the returned token in the paymentToken argument.","paymentHeader":"X-Payment-Token","tokenArgument":"paymentToken","verifyPayment":"https://aivps.lat/api/payments/{paymentId}"}}
