Printago API
POST
/v1/classwork/{id}/attachments/upload-url
Get a signed upload URL for a classwork attachment
Path Parameters
id
required
string
Request Body
RequestBody
filenamerequired
string
Example Request
application/json
{
"filename": "string"
}
Response Schema
Response
methodrequired
any
pathrequired
string
uploadUrlrequired
string
Example Response
201 OK — application/json
{
"path": "string",
"uploadUrl": "string"
}