cURL
curl --request POST \ --url https://rxresu.me/api/openapi/resume/{id}/duplicate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "slug": "<string>", "tags": [ "<string>" ] } '
"<string>"
Duplicate a resume, by its ID.
The API key to authenticate requests.
OK
The ID of the duplicated resume.