Factify API
Use the Factify API to manage organizations, API keys, workflow plans, usage controls, and extraction workflows.Authentication
Configure API keys and request authentication.
API Reference
Browse current REST endpoints.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Factify API is currently in Beta.
APIs for organization management, workflow orchestration, usage controls, and agent-backed extraction.
import { Factify } from "@factify/sdk";
const factify = new Factify({ bearerAuth: process.env.FACTIFY_KEY });
const me = await factify.users.getCurrent();
console.log(me);