What happens next
- Your key is returned once — copy it immediately into your environment variables or password manager. We only store a salted hash.
- Free plan: 100 requests / minute. Plenty for exploratory work, most apps, and AI agents.
- Start reading the API reference — every endpoint has a try-it playground so you can test requests in the browser.
- Lost your key? Register again with the same email (up to 2 active keys). Need more? Email [email protected].
Example request
Once you have your key, every authenticated endpoint takes a Bearer token:
curl https://api.onepagelove.com/v1/inspirations?color=dark&genre=portfolio \
-H "Authorization: Bearer YOUR_KEY_HERE"