Coming Soon

API & Integrations

Connect PresenceProof to your systems. Automate FEIE compliance tracking, trip management, and reporting workflows with our API.

Our API is currently in development. Sign up to be notified when it launches.

What You Can Build

Presence Summaries

Query current compliance status, qualifying days, and optimal FEIE periods programmatically.

Trip Management

Create, update, and retrieve trip data. Sync travel records from external sources.

Report Generation

Generate FEIE documentation reports and export data in JSON, CSV, or PDF formats.

Conceptual API Endpoints

These endpoints represent the conceptual shape of the PresenceProof API. Actual implementation may vary. Access is currently invite-only.

GET/v1/presence/summary

Retrieve current presence summary and compliance status

GET/v1/trips

List all trips for the authenticated user

POST/v1/trips

Create a new trip record

GET/v1/reports/feie

Generate an FEIE compliance report

GET/v1/modules/:moduleId/runs

Retrieve calculation runs for a specific compliance module

Example Request

// Example: Fetch presence summary for a user
fetch('https://api.presenceproof.com/v1/presence/summary', {
  method: 'GET',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  }
})
.then(res => res.json())
.then(data => {
  console.log(`Qualifying days: ${data.qualifyingDays}`);
  console.log(`Compliance status: ${data.status}`);
});

Note: This is a conceptual example. Actual API keys, endpoints, and response formats will be provided upon API access approval.

OpenAPI Specification

Download our OpenAPI spec stub to explore the structure of the PresenceProof API. This is a preliminary version—full documentation will be provided to approved partners.

Download OpenAPI Spec

Security & Access

The PresenceProof API is currently in private beta. Access is granted on a case-by-case basis to ensure quality and security.

  • All API requests require authentication via API keys or OAuth 2.0
  • Rate limiting is enforced to protect service availability
  • All data is transmitted over HTTPS with TLS 1.3
  • API keys can be scoped to specific resources and permissions

If you're interested in API access, please contact our team with details about your use case.

Integration Use Cases

CPA Firm Automation

Pull client FEIE data directly into your tax prep software for faster, more accurate filings.

HR & Payroll Systems

Track employee physical presence for tax withholding and compliance reporting.

Relocation Services

Provide clients with real-time compliance status as they move internationally.

Travel Planning Tools

Integrate presence tracking into trip planning apps for expats and digital nomads.

Interested in API Access?

Our API is coming soon. Contact us to join the waitlist and be notified when it launches.

Join the Waitlist