Skip to main content
ShareSame lets your AI describe the website it wants, wait for a job to finish, then deploy the returned files anywhere you want.
API access is currently turned on manually. We give your team a base URL and API key when access is enabled.

Quickstart

Start a website job, poll until it finishes, and deploy the returned files.

What the API does

The public API is intentionally small:

Typical flow

1

Start with a prompt

Send POST /generate with a query like build me a CRM like Salesforce but call it ForceSale.
2

Wait for the job

Poll GET /job/{id} until the status changes to ready. If you want a faster preview, you can also use partial.
3

Deploy the files

Take the returned files and ship them however your stack already deploys websites.

What you send

API reference

OpenAPI spec

See the exact request and response shapes for the current ShareSame job API.