Back to challenges
API TestingAPIIntermediate

File upload API

Scenario

A `POST /tickets/{id}/attachments` endpoint accepts multipart uploads for PDF, PNG, and JPG up to 10 MB. It returns attachment metadata and a scan status before the file is available for download.

List checks, risks, edge cases, data conditions, and user experience concerns you would cover.