This section guides you through how to develop with accsyn.
accsyn is designed from ground-up to facilitate API-driven file transfers and compute workflows, enabling advanced automated workflows and integration into third party tools.
This developer hub covers four main areas:
The accsyn Python API; Being API-first, all you can do within an accsyn GUI can be done through the API, in fact all internal communication within accsyn is API driven.
Hooks; Have scripts run on your server on specific events (BYOS only)
Publish; Setup a publishing workflow, facilitating ingestion of remote work into your production pipeline (BYOS only)
Rendering/compute; Use accsyn for heave compute processing, such as 3D image rendering, 2D compositing render, GPU processing (ML) or any custom resource intensive calculation that needs to run in the background (BYOS only)
Learn how to programatically launch and manage file transfers.
Learn the accsyn job JSON format, for use with the Python API and workflows in general.
Note: the following features are currently only available for BYOS Workspaces.
Configure scripts that will be executed by an accsyn server on events such as job submit and job done.
Enable controlled validation and ingest of data into your production pipeline.
Setup a render farm driven by highly configurable Python scripted engines, multi-site enabled.