BDScript Checker

BDScript

Endpoints for working with BDScript, BDFD's scripting language. Includes a bdscript validator and function lookup.

Overview

Endpoints for working with BDScript, BDFD's scripting language. A code checker/validator that catches syntax errors before you run your code (used in `!run` in the BDFD Server), and a fuzzy function check/lookup to find the correct function name.

Auth required + No auth required

Authentication

Include your API key in the Authorization header as a Bearer token with the BDTools- prefix for authenticated endpoints.

// Authorization header format
Authorization: Bearer BDTools-YOUR_API_KEY_HERE

Rate Limits & Restrictions

  • POST /bdscript-checker is not rate limited.
  • GET /function-check is public and requires no authentication.
// Base URL for all BDScript endpoints
https://api.bdtools.xyz
Copied!