API

Utilize powerful developer resources, endpoints, and documentation.

CURRENT API SHOWCASE

These APIs below are powered by Developer's GPU, a top secret technique to serve AI GPUs to perform heavy computing.

API ENDPOINTS

Staticaliza's API can be accessed through this endpoint:

https://api.staticaliza.com/v1/(task)header: { "Authorization": "demo" }
body: {
  "data": {},
  "stream": false
}

Or, the legacy endpoint, which uses "task" as a parameter instead:

https://api.staticaliza.com/v1header: { "Authorization": "demo" }
body: {
  "task": "(task)",
  "data": {},
  "stream": false
}

API PLAYGROUND

API tasks:

[ "text-generation", "text-classification", "content-describer", "voice-transcriber", "image-generation", "voice-generation", "llm", "diff" ]

API tasks avaliable for playground API key:

["llm", "diff"]

Free playground API key: "demo"

Note: Open Inspect → Network; this is your best friend to learn how the API endpoints work.

Also Note: I'd rather not be called out for AI this AI that; this is for experimental showcase purposes, not to offend or replace anybody.

The API runs on seriously large and powerful models, which require significant GPU power, that is why we are using DevGPU, our proprietary compute framework.

This demo is coming soon.