generate-website-get
Get Project Version Numbers
Get all available version numbers for a project.
This is a simplified endpoint that returns just the version numbers, useful for dropdown menus or version selection interfaces.
Args: project_id: The project ID to fetch versions for
Returns: A list of version numbers
GET
Path Parameters
Response
200
application/json
Successful Response
The response is of type integer[]
.
Previous
Generate Website PostEndpoint to start an asynchronous website generation process.
This endpoint:
2. Creates a record in the database with status PENDING
3. Starts an asynchronous background task to generate the website
4. Returns immediately with the generation ID that can be used to check status
You can specify which LLM provider to use (nvidia or azure). If not specified,
default is used. When using azure, the system will automatically fall back to
nvidia if Azure encounters any errors.
Next