Skip to main content
1

Sign in to the dashboard

Head over to https://rxresu.me and sign in with your account credentials.
2

Navigate to API Keys settings

Once you’re in the dashboard, look for the sidebar navigation on the left. Under the Settings section, click on the API Keys link.
3

Open the API reference

On the API Keys page, click API Documentation to view the API reference.
You can also open it directly here: API Reference.
4

Create a new API key

Click Create a new API key. Fill in:
  • Name: A label to help you identify what you use this key for
  • Expires in: How long the key should remain valid
5

Copy the API key (important)

After creating the key, you’ll be shown the secret key once. Copy it and store it securely.
For security reasons, your API key is only displayed once. If you lose it, you must create a new one.
6

Authenticate requests with x-api-key

To authenticate API requests, include your key in the x-api-key header.
If you’re self-hosting, replace https://rxresu.me with your instance URL. The API is served under /api/openapi.
curl "https://rxresu.me/api/openapi/resume/list" \
  -H "x-api-key: YOUR_API_KEY"
7

Delete an API key (optional)

In the API Keys list, click the trash icon next to a key and confirm deletion.
Deleted API keys stop working immediately, and the action cannot be undone.