Simam Forge API Documentation
Transform your videos into interactive 3D scenes using our powerful API.
What is Simam Forge?
Simam Forge converts videos and photo sets into 3D scenes using computer vision and neural rendering techniques. Upload a capture, and we'll generate a 3D Gaussian scene that you can download or view in our viewer.
🢠Enterprise Only
API access is restricted to Enterprise subscribers. Please contact us at contact@simamdigital.com to inquire.
Base URL
https://forge.simamdigital.com/api/v1/
Authentication
All API requests require authentication using API keys. The API is available to Enterprise users only. Include your API key in the Authorization header:
Authorization: Api-Key YOUR_API_KEY
Response Format
All API responses are in JSON format. Successful responses include the requested data, while error responses include error details:
Success Response (List)
[
{
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"title": "My video"
},
{
"job_id": "987fcdeb-51a2-43d1-b789-123456789abc",
"title": "Another video scene"
}
]
Success Response (Single Object)
{
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"title": "My video",
"status": "Finished",
...
}
Error Response
{
"error": "Invalid API key"
}
Rate Limits & Access
| User Type | API Access | Simam Forge Usage |
|---|---|---|
| Free | ⌠No API access | Web interface only |
| Pro | ⌠No API access | Web interface only |
| Enterprise | ✅ Full API access | Web interface and API |
Next Steps
Check out our Getting Started guide.