PUT
/
v1
/
projects
/
{projectId}
/
files
/
form-data
Upload NDA file
curl --request PUT \
  --url https://api-staging.respondent.io/v1/projects/{projectId}/files/form-data \
  --header 'Content-Length: <content-length>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>' \
  --form uploadFile=@example-file
{}

Headers

x-api-key
string
required
x-api-secret
string
required
Content-Type
string
required
Content-Length
string
required

Path Parameters

projectId
string
required

Query Parameters

type
enum<string>
required
Available options:
nda,
picture,
attachment

Body

multipart/form-data

Response

200 - application/json

The response is of type object.