SpAItial · AsyncAPI Specification
SpAItial Developer API Webhooks
Version 1.0.0
Webhook event surface for the SpAItial Developer API. Set webhook.url on POST /v1/worlds to receive an HTTPS callback when a world-generation job (or a mesh export) reaches a terminal state. Deliveries are signed with HMAC-SHA256 (X-Spaitial-Signature: sha256=...) using the webhook_secret from the API key's settings, retried up to 5 times with backoff, and are idempotent on X-Spaitial-Delivery-ID. Modeled from https://docs.spaitial.ai/api/llm-skills#webhooks (searched, not fabricated).
View Spec
View on GitHub
CompanySpatial AIWorld Models3DGaussian SplattingGenerative AIDeveloper APIMCPAsyncAPIWebhooksEvents
Channels
webhook
The consumer HTTPS endpoint that receives SpAItial world/export event deliveries.
Messages
worldCompleted
World generation completed
worldFailed
World generation failed
worldCancelled
World generation cancelled
exportCompleted
Mesh export completed
exportFailed
Mesh export failed
Servers
https
consumer
Your HTTPS endpoint registered via webhook.url on POST /v1/worlds. Private/loopback hosts are rejected (SSRF).