cURL
curl --request POST \ --url https://rxresu.me/api/openapi/resume/create \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "slug": "<string>", "tags": [ "<string>" ], "withSampleData": false } '
"<string>"
Create a new resume, with the ability to initialize it with sample data.
The API key to authenticate requests.
1 - 64
OK
The ID of the created resume.