threads

Create thread

post/api/v1/threads

Request body

requestIdstring required
projectIdstring required
titlestring
messagestring required
machineSize'small' | 'medium' | 'large' | 'ultra' | 'hyper' | 'bigguy'
authorIdstring

Response

Thread

idstring required
projectIdstring nullable required
authorIdstring nullable required
titlestring nullable required
titleCustomboolean required
status'active' | 'waiting' | 'pending_user' | 'error' | 'ready_for_review' | 'idle' | 'archived' required
archivedboolean required
lastModelIdstring nullable required
createdAtstring required
updatedAtstring required
lastActivityAtstring nullable required

Changes