Skip to main content
POST
/
api
/
v1
/
api-keys
cURL
curl --request POST \
  --url https://app.getpaperjet.com/api/v1/api-keys \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "key": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required
Minimum length: 1

Response

id
string
required
name
string
required
key
string
required