Skip to main content
GET
/
submit
/
upload-url
Create Presigned Upload
curl --request GET \
  --url https://98i2es6mi4.execute-api.us-west-2.amazonaws.com/prod/submit/upload-url \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

filetype
enum<string>
required

Allowed: pdb, sdf, xml

Available options:
pdb,
sdf,
xml

Response

Successful Response