Skip to main content
POST
/
resume
/
{id}
/
duplicate
Duplicate a resume
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>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

Body

application/json
name
string
slug
string
tags
string[]

Response

200 - application/json

OK

The ID of the duplicated resume.