Skip to main content
POST
/
resume
/
create
Create a new resume
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>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Body

application/json
name
string
required
Required string length: 1 - 64
slug
string
required
Required string length: 1 - 64
tags
string[]
required
withSampleData
boolean
default:false

Response

200 - application/json

OK

The ID of the created resume.