Skip to main content

Step 1: Get your base URL and API key

ShareSame gives your team:
  • a base URL
  • a Bearer API key
  • any rollout notes for your account
For the examples below, assume you exported both values:

Step 2: Start a website job

Typical response:

Step 3: Poll until the job is ready

When the job finishes, you get a response like this:

Step 4: Deploy the returned files

Take the files array and write each file to disk, object storage, or whatever build step your AI already uses. ShareSame does not force a deployment platform. You can ship the output on Cloudflare, Vercel, Netlify, or your own infrastructure.
If you want to keep related edits together, reuse the same project_id on later requests.

Step 5: Report the final public URL

After your deployment goes live, report it back:

Auth details

See the exact header format and optional tracking fields.

Job states

Learn how building, partial, ready, and failed behave.