Production Endpoint
Secure async execution for product-grade workflows.
APE is the generic processing layer behind Art2MARKET applications. It receives signed jobs, queues them, executes workers, stores normalized results, and exposes a stable polling API for client systems.
Signed
HMAC + API key request authentication with replay protection and project isolation.
Queued
Redis-backed execution with Horizon workers, retries, callbacks and file results.
Generic
Supports reusable job types such as
ai_processing and workflow_execution.