LowCodeAPI
122 APIs
  • Messages(5)
    • POST
      Create message
    • GET
      List messages
    • GET
      Retrieve message
    • POST
      Modify message
    • DEL
      Delete message
POST
GET
GET
POST
DELETE
POST
https://api.lowcodeapi.com/openai/v1/threads/thread_id/messages
Path Parameters 1
thread_id*string

The path parameters will be sent as a URL query parameters as a part of the request.

Request Payload

The payload will be sent as a application/json as a part of the request body.

Path Parameters
thread_id*string
Thread ID
Payload
rolestring*
The role of the entity that is creating the message
contentstring*
The content of the message
attachmentsarray
A list of files attached to the message, and the tools they should be added to
metadataobject
Set of 16 key-value pairs that can be attached to an object
Response
API response data will be shown here once the request is completed.
OpenAI