Developer Documentation

Storsko
API

Integrate our state-of-the-art generative 3D infrastructure directly into your applications. Programmatic access to latent-to-mesh synthesis, texture generation, and model optimization.

Authentication

All API requests require a valid API key. You can obtain your key from the dashboard settings. Include the key in the Authorization header.

curl -X POST https://api.storsko.ai/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "cyberpunk street lamp"}'

Endpoints

POST/v1/generate

Create a new 3D model from prompt

GET/v1/models/{id}

Retrieve model status and assets

POST/v1/optimize

Run topology optimization

GET/v1/user/usage

Check current usage and limits