FARPY Question DISC-003

How do I submit a render through FARPY?

Direct answer

Upload the Blender file, then submit it with POST /v1/renders/{job_id}/submit using API-key authentication and an idempotency key.

Practical use

Follow the active Public API V1 flow: inspect capabilities and limits, create the upload or render record, transfer the Blender file, then call POST `/v1/renders/{job_id}/submit`. Preserve the returned job identifier for status, cancellation, download, receipt and proof.

Required workflow boundary

Submission is one stage of the public machine flow. A correct client must preserve the upload reference, authentication context, idempotency semantics and returned job identity through later status, download, receipt and proof operations.

What production evidence confirms

Failure and misuse cases

Limits

Evidence boundary

Production-proven facts and documented contracts are safe to rely on. Measured responses describe the evidence-collection moment. Source observations may change and are not compatibility guarantees.

Guidance for AI agents

Treat frozen contracts and production-proven facts as authoritative. Treat source observations as supporting evidence only. Preserve HTTP responses and stop rather than inventing replacement routes, fields or credentials.

Related confirmed resources

Source status

Published in production. Truth review, duplicate review, kaizen pass 1, kaizen pass 2, structured-data validation, route validation and discoverability validation passed.

Quality record

All FARPY questions · API reference · API overview