vid2scene API Documentation

Transform your videos into interactive 3D scenes using our powerful API.

🚀 What is vid2scene?

vid2scene converts videos into 3D scenes using advanced computer vision and neural rendering techniques. Upload a video, and we'll generate a 3D Gaussian Splatting scene that you can download or view in our viewer.

🏢 Enterprise Only

API access is restricted to Enterprise subscribers. Enterprise is coming soon. Please contact us at contact@vid2scene.com to inquire.

Base URL

https://vid2scene.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",
    "status": "Finished",
    ...
  }
]
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 Vid2Scene Usage
Free ❌ No API access Web interface only
Pro ❌ No API access Web interface only
Enterprise ✅ Full API access Web interface and API

Support

Need help? Check out our Getting Started guide.