TypeScript SDK for GPT Core Platform — Document extraction, AI agents, and workspace management.
Extract documents, manage workspaces, and stream results with a few lines of code.
import { GPTCore } from '@gpt-core/client'; const client = new GPTCore({ apiKey: process.env.GPT_API_KEY, baseURL: 'https://api.gptintegrators.com' }); // Extract structured data from a document const result = await client.extraction.documents.create({ workspaceId: 'ws_123', fileId: 'file_456', agentId: 'agent_789' }); console.log(result.data);
A complete SDK for document extraction and AI agent workflows.
Extract structured data from PDFs, images, and Office documents with AI-powered agents.
Build, deploy, and version AI-powered extraction agents with custom schemas.
Real-time SSE streaming for long-running extraction and chat operations.
Multi-tenant workspace management with scoped API keys and permissions.
Complete type definitions, IntelliSense support, and compile-time safety.
Built-in helpers for cursor and page-based paginated responses.
Explore every endpoint with Scalar-powered docs. Try requests directly from your browser with built-in authentication.
Open API ReferenceImport into your favorite HTTP client and start testing immediately.