API endpoint for conversational website planning and design
{ "id": "<string>", "project_id": "<string>", "messages": [ {} ], "created_at": "<string>", "updated_at": "<string>", "ready_for_generation": false }
curl -X 'POST' \ 'https://localhost:8080/codenull/ai/api/v1/chat-completion' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "project_id": "123e4567-e89b-12d3-a456-426614174000", "user_prompt": { "role": "user", "content": "I need a portfolio website for a photographer" } }'
Successful Response
The response is of type object.
object