Skip to main content
GET
/
api
/
public
/
problems
/
{problemId}
/
pdf
Get problem description PDF
curl --request GET \
  --url https://api.ropes.ai/api/public/problems/{problemId}/pdf \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Path Parameters

problemId
string
required

The unique identifier of the problem

Response

Successfully generated PDF

PDF binary data