Skip to main content
POST
/
api
/
subjects
/
upload
Upload subjects
curl --request POST \
  --url https://api.example.com/api/subjects/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file": "<string>"
}
'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Body

file
file
required

Response

201 - application/json

Subjects upload initiated successfully.

status
string