mingyan
Sd2 Manxue - Submit Asset Audit
Submit batch asset audit requests for sd2_manxue images, videos, and audio files
Sd2 Manxue Submit Asset Audit
Submit a batch asset audit request for
sd2_manxue images, videos, and audio files.Authentication
Get KeyAll requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}
Base URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl 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
imageUrlsbodyarrayImage URL list to audit.
videoUrlsbodyarrayVideo URL list to audit.
audioUrlsbodyarrayAudio URL list to audit.
At least one non-empty array must be provided in
imageUrls, videoUrls, or audioUrls.Response Parameters
codestringStatus code.
0 indicates success.msgstringResponse message. On failure, this usually contains the error reason.
data.itemsarrayList of successfully submitted assets.
data.failedItemsarrayList 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.
