← All products
API · Mobile · Integrations

api.farrox.ai

The dedicated API domain for mobile apps, JWT authentication, and technical integrations — an automation layer between field teams, ERP, and external systems. Separate from the web application at app.farrox.ai and this marketing website at farrox.ai.

api.farrox.ai

Mobile API access
api.farrox.ai — REST API v1 for mobile apps and integrations

API domains

api.farrox.ai is the API backend for the FARROX AI iOS app and external integrations. Mobile clients authenticate via JWT bearer tokens — independent of the browser session on app.farrox.ai.

Staff Auth

POST /api/v1/staff/login, GET /me, POST /logout — JWT for mobile and integrations.

Recycle API

Dashboard, search, vehicle and article details under /api/v1/recycle/*.

Spare parts

WB/OE flows, label PDF, image uploads under /api/v1/ersatzteile/*.

Media & uploads

Uploads and static media via /uploads/ on the same domain.

Mobile client

The native iOS app (bundle ai.farrox.app) connects exclusively to api.farrox.ai — for dashboard, scanner workflows, AI ProScan, and on-site capture.

  • API base: https://api.farrox.ai/api/v1
  • Media root URL: https://api.farrox.ai
  • Health check: GET /api/v1/health
  • Clear domain separation: web on app.farrox.ai, API on api.farrox.ai