Schemas

Discover tools and generate future-proof integrations.

Enterprise Tools and Tool Access settings determine which tools are visible to API clients. The schema endpoint gives each tool a stable contract for clients and future SDKs.

List tools

Use GET /v1/tools to list tools enabled for API access, including their slug, access tier, credit cost, page visibility, and current state.

Read a schema

Use GET /v1/tools/{tool_slug}/schema to retrieve parameters, supported modes, output format, and future-compatible metadata.

Admin reflection

Enterprise Tools settings control whether tools appear publicly, in category pages, in the mega menu, on the homepage, and in API listings.

Compatibility

Clients should ignore unknown fields and prefer documented stable fields such as toolSlug, input, options, job, and output.

curl https://fileza.ai/v1/tools/html-to-pdf/schema \
  -H "Authorization: Bearer fpe_live_your_key_here"

Need help?

Include your request ID, endpoint, timestamp, and account email when contacting support. Never send raw API keys, provider secrets, OAuth tokens, or signed download URLs.

Contact API support