post https://api.apply.akahu.nz/v1/applications//documents
This endpoint creates a new document record in a pending
state.
This is a short lived record that will be removed if no file is uploaded before the record's expiry.
Uploading a file is done by making a PUT
request to the upload_url
, with the following restrictions:
-
Files have a maximum size of 50MB
-
Files must have a
content-type
of 'application/pdf'