API endpoint to generate a complete website based on conversation history
{ "generation_id": "<string>", "project_id": "<string>", "status": "PENDING", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "message": "<string>", "version": 123, "provider": "<string>" }
curl -X 'POST' \ 'https://localhost:8080/codenull/ai/api/v1/generate-website' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "project_id": "123e4567-e89b-12d3-a456-426614174000" }'
Successful Response
The response is of type object.
object