Skip to main content
The main way to talk to your Promptify assistant is via POST /api/v1/chat.

Request

  • Method: POST
  • Path: /api/v1/chat
  • Auth: Authorization: Bearer <access_token>
  • Body:

Example – cURL

Example – JavaScript (fetch)

Example – Python

Response

On success (200 OK):
Errors are returned in a structured form: