Issues
Create Issue
This endpoint creates a new issue. Because the LLM might take a few minutes to run, the process is asynchronous. Once the issue is created, a webhook will be sent to the provided callback URL.
POST
Body
This is a description of the issue along with any other relevant information such as error messages, logs, etc.
This is the unique identifier for the project that this issue belongs to.
This is the URL where the webhook will be sent once the issue is created.
Response
A message indicating that the issue creation is in progress and a webhook will be sent upon completion.