webhook_url when you submit a generation. Porn Factory AI
delivers generation.completed or generation.failed after the request reaches
a terminal state.
Delivery headers
X-PF-Event-Id: stable event ID for deduplicationX-PF-Timestamp: Unix timestamp used in the signatureX-PF-Signature:sha256=followed by a hexadecimal HMAC digest
Verify the signature
The signed value is{timestamp}.{raw_body}. Use the whsec_ secret shown
when the API key was created.
X-PF-Event-Id.
Retry behavior
Delivery is at least once. Failed deliveries are retried with exponential backoff for up to eight attempts. Return a2xx response only after the event
has been durably recorded. Your handler must be idempotent.