cURL
curl --request GET \ --url https://api.example.com/jobs/{job_id}/complex-pdb \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Download the complex PDB for a complex prediction job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response