mingyan

Sd2 Manxue - Submit Asset Audit

Submit batch asset audit requests for sd2_manxue images, videos, and audio files

POST/kyyReactApiServer/asset/sd2Manxue/assetUpload

Sd2 Manxue Submit Asset Audit

Submit a batch asset audit request for sd2_manxue images, videos, and audio files.

Authentication

Get Key
All requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}

Base URL

https://zcbservice.aizfw.cn/kyyReactApiServer
baseUrl is the shared prefix for all public APIs. The api field in the current page frontmatter shows the full endpoint. Use this baseUrl as the common prefix when reading or composing request paths.

Request Parameters

imageUrlsbodyarray
Image URL list to audit.
videoUrlsbodyarray
Video URL list to audit.
audioUrlsbodyarray
Audio URL list to audit.
At least one non-empty array must be provided in imageUrls, videoUrls, or audioUrls.

Response Parameters

codestring
Status code. 0 indicates success.
msgstring
Response message. On failure, this usually contains the error reason.
data.itemsarray
List of successfully submitted assets.
data.failedItemsarray
List of failed assets. May be empty.
This API returns the upstream audit provider data object. Additional fields may be included if the provider extends the payload.