Extensive Capabilities
Modular tools secured through project-scoped access
Project-Scoped Access
Projects act as access containers for enabled tools, with API keys securely scoped to single projects or left global for admin use.
Modular Tooling
Fast expansion of tool endpoints including links, pastes, media extraction, OCR, weather, and more via a unified API gateway.
Dual-Gate Security
Authorization is enforced through two strict gates on each request: scope permission and project tool enablement.
Quick Start
Get up and running in seconds
1Authenticate
Include your API key in the Authorization header:
curl https://api.jezz.wtf/api/v1/projects \
-H "Authorization: Bearer jwtf_api_..."2Enable Tools
Select and configure the capabilities your project needs:
Links & Pastes
Media & OpenGraph Extraction
Image OCR & Notifications
Weather & Drones
RESTful API Endpoints
Modular endpoints securely exposed via gateway
GET
/api/v1/linksPOST
/api/v1/tools/mediaGET
/api/v1/tools/weatherPOST
/api/v1/tools/image/ocr