FARPY Knowledge Base

Questions answered from production evidence

Each answer separates production-proven facts, measured behavior, documented contracts, implementation observations and known limits.

DISC-001

What is the FARPY API?

The FARPY API is the public machine interface for submitting, tracking, cancelling and retrieving GPU render work. Its confirmed flow covers health, capabilities, pricing, limits, upload, submit, status, cancellation before worker claim, download, receipt, proof and workspace render listing.

DISC-012

What is the FARPY upload limit?

The frozen FARPY Public API V1 upload cap is 100 MiB per uploaded file. Requests above that contract boundary are not valid Public API V1 uploads.

DISC-013

How do I read FARPY job status?

Send a non-mutating GET request to `/status?job_id={job_id}`, replacing `{job_id}` with the FARPY job identifier returned at submission. A successful read returns HTTP 200 JSON containing the current job state and other sanitized status fields available for that job.