sysim
Send a file that describes a simulation; ask for its state until it is done. From a script with an API key, or right here. This page uses the same API you do.
Sign in or create an account
No email is sent. If you forget your password, ask us to reset it.
· · sign out
Request a simulation
…or type the file's content:
My requests
My API keys — for scripts
The API
POST /api/runs | The body is one file with all the details of the simulation. Its format is not defined yet, so anything is accepted and nothing in it is read (the simulation is a mock). Returns the request with its id. |
GET /api/runs/{id} | The state of your request: state (queued → running → done | failed), progress, result, log, reason. |
GET /api/runs | Your requests, newest first. |
GET /api/me | Your account, your limits and what you have used. |
GET · POST /api/keys, DELETE /api/keys/{id} | Your API keys. A new key is shown once. |
POST /api/signup, /api/login, /api/logout | {"email", "password"} → a session token, used like a key. |
Every call after sign-in carries Authorization: Bearer <key>.