Skip to main content
Looking for the full API Reference? Visit api-docs.fnlb.net for our comprehensive interactive documentation.

🔗 Base URL

https://api.fnlb.net/v1 All endpoints are relative to this base URL.
All endpoints require a valid API key provided in the Authorization header using your FNLB API token. Learn more.

GET /bots

Returns a list of bots associated with the authenticated user.
Example Response

GET /categories

Returns a list of categories associated with the authenticated user.

Social & Friends

Manage your bot’s social interactions, including friends and blocked users.

GET /bots/:botId/friends

Returns a list of current friends for a specific bot.

GET /bots/:botId/users/blocked

Returns an array of users currently blocked by the bot.

Commands

Programmatically control your bots.

POST /bots/:botId/commands/run

Execute a specific command on a bot (e.g., set outfit, emote). Request Body:
Looking for the full API Reference? Visit api-docs.fnlb.net for our comprehensive interactive documentation.