Skip to main content
POST
/
v2
/
playbooks
Create Playbook
curl --request POST \
  --url https://app.textql.com/v2/playbooks \
  --header 'Authorization: Bearer <token>'
{
  "playbook": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "prompt": "<string>",
    "status": "draft",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.textql.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or JWT token

Response

Created playbook

playbook
object
created_at
string<date-time>
updated_at
string<date-time>