Upload

Validate uploaded files and/or web links

Validates a set of previously uploaded files (referenced by fileIdentifiers) and/or a list of web links. At least one of fileIdentifiers or webLinks must be non-empty.

post/api/v1/validate

Request body

fileIdentifiersobject

Map of uuidfileName for previously uploaded files.

webLinksstring[]

List of URLs to validate.

Response

Validation result returned.

successboolean

true on success (omitted by some legacy handlers).

Changes

No recorded changes to this endpoint across all 2 revisions of this API.