Agentic DevelopmentThreads
Post to a thread's team chat
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
id*string
Thread ULID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
body*string
Match
^[^\x00-\x08\x0b\x0c\x0e-\x1f\x7f]*$Length
1 <= length <= 2000Response Body
application/json
application/problem+json
curl -X POST "https://example.com/v1/threads/string/chat" \ -H "Content-Type: application/json" \ -d '{ "body": "string" }'{ "author": "string", "body": "string", "created_at": "string", "id": "string"}{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}