Getting Started
Get up and running with blosm in a few minutes.
1
Get Your API Key
Log in to your blosm dashboard to find your personal API key. Every plan includes API access.
Dashboard URL:
https://blosm.lol/dashboardKeep your key secure
Never share your API key or commit it to public repositories.
2
Make Your First Request
Use your API key to check a single username's availability:
Request
POST https://api.blosm.lol/v1/check
{
"username": "example",
"platform": "discord"
}Response
{
"username": "example",
"available": true,
"platform": "discord",
"status": "available"
}3
Next Steps
Once you've made your first successful check, explore more advanced features: