Taxfyle is an online accounting platform that routes tax preparation, advisory, and bookkeeping work to a network of US-based CPAs and EAs through its Worklayer platform. An API lets you programmatically create and submit jobs, attach documents, retrieve questionnaires and checklists, track job status, and manage workspace members and messages—so you can embed on-demand tax work directly into your own product or firm operations.

Taxfyle is an online accounting platform that connects tax filers, accounting firms, and RIAs with US-based CPAs and EAs to prepare taxes, deliver advisory services, and build tax plans. Its Worklayer platform organizes and routes work requests to the Taxfyle network—firms create jobs, gather information through questionnaires and checklists, attach documents, and submit them to be claimed and completed by a Pro, all tracked through a single workspace.
Core product areas include:
Common data entities:
Taxfyle exposes a public Worklayer REST API, but operationalizing it into reliable, embedded tax workflows still takes work:
Supergood delivers a resilient API layer over Taxfyle's Worklayer platform—wrapping the public REST surface and authenticated portal flows so you integrate once and get consistent objects across jobs, documents, and members.
Use Taxfyle with AI agents: Taxfyle MCP Server →
Book a 30-minute session to confirm your workspace, job types, and authentication model.
We deliver a production-ready Taxfyle adapter tailored to your Worklayer workspace and job workflows.
Go live with continuous monitoring and automatic adjustments as the Worklayer API evolves.
Authentication
/authenticateAuthenticate to a Taxfyle Worklayer workspace with API-client credentials and obtain a session token for downstream calls.
Jobs
/jobsList jobs in a workspace with filters for status, type (TAX, CONSULTATION, BOOKKEEPING, MISC), and deadline.
Jobs
/create_jobCreate a job from a template for a user, set scope and deadline, and begin the info-gathering flow.
Jobs
/submit_jobSubmit a job to the pool of Taxfyle Pros after questionnaires and checklists are complete.
Documents
/documentsList and retrieve documents attached to a job, including OCR-processed tax documents.
Questionnaires
/questionnaireRetrieve a job's questionnaire and checklist to gather filer information before submission.
- Create jobs for your users from templates and pre-fill profiles - Surface questionnaires and checklists in your own UI via the API - Submit completed jobs to the Taxfyle Pro network and track status to completion
- Push overflow returns into Worklayer as jobs with scope and deadlines - Attach client documents and trigger OCR processing automatically - Request a specific or previous Pro and monitor claim and progress steps
- Pull job status, scope changes, and total amounts into your warehouse - Mirror documents and checklists into your DMS for compliance - Reconcile estimated refunds and totals against billing systems
- Consume Worklayer webhooks with signature verification - Notify clients on status changes (CLAIMED, ON_HOLD, COMPLETED) - Trigger downstream workflows on submission, cancellation, or reopen
Authentication
Workspace-scoped API-client credentials and bearer tokens handled in a managed session
Connectivity
Taxfyle Worklayer REST API (v1.0) plus authenticated portal flows where needed
Response format
Normalized JSON across Jobs, Documents, Members, Questionnaires, and Checklist objects
Rate limits
Adaptive throttling tuned to Worklayer's documented rate limits to avoid platform-side caps
Session management
Automatic token refresh, credential rotation, and workspace context handling
Data freshness
Near real-time job and document reads with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Worklayer event consumption with signature verification, dedupe, and retry on delivery
Latency
Sub-second reads on cached job and document metadata; multi-second writes when submitting jobs
Throughput
Horizontally scaled workers sized to high-volume tax-season job creation and submission
Reliability
Retry, backoff, and idempotency keys for job creation, submission, and document uploads
Adaptation
Continuous monitoring of Worklayer API releases and job-lifecycle changes for configuration drift
Yes. Taxfyle exposes the Worklayer REST API (v1.0) with documented endpoints for jobs, documents, questionnaires, and members. Supergood wraps this surface and the authenticated portal flows into a single resilient layer so you integrate once.
Worklayer jobs can be TAX, CONSULTATION, BOOKKEEPING, or MISC. Supergood normalizes status, scope, and progress steps across all of them so you handle one consistent job object.
Documents are uploaded and downloaded per job and can be OCR-processed by Worklayer. Supergood manages the binary and metadata handling and can mirror documents into your DMS for compliance.
Yes. Worklayer supports webhook event consumption with signature verification. Supergood validates, dedupes, and retries events so status changes like CLAIMED, ON_HOLD, and COMPLETED reliably reach your systems.
API-client roles, magic links, and portal embedding typically require partnership setup. Supergood works with your existing workspace credentials and entitlements rather than forcing a generic configuration.