Base URL

<https://claythis.com>

All endpoints below are relative to this base URL.


Authentication

Include your API key in every request header:

X-API-Key: <your_api_key>

If your key is missing or invalid, the API returns 401 Unauthorized.


Content Type


Endpoints

1) Create Generation Job

POST /api/3d/generate

Request Example (PNG)

curl -sS -X POST "<https://claythis.com/api/3d/generate>" \\
  -H "X-API-Key: <your_api_key>" \\
  -H "Expect:" \\
  -F "image=@<your_image_file>.png;type=image/png"