docs/guides/using-the-api.mdx
<Tip>
You can also open it directly here: [API Reference](https://docs.rxresu.me/api-reference).
</Tip>
- **Name**: A label to help you identify what you use this key for
- **Expires in**: How long the key should remain valid
<Warning>
For security reasons, your API key is only displayed once. If you lose it, you must create a new one.
</Warning>
<Info>
If you're self-hosting, replace <code>https://rxresu.me</code> with your instance URL. The API is served under <code>/api/openapi</code>.
</Info>
```bash
curl "https://rxresu.me/api/openapi/resumes" \
-H "x-api-key: YOUR_API_KEY"
```
<Warning>
Deleted API keys stop working immediately, and the action cannot be undone.
</Warning>