Skip to main content
POST
/
threads
/
{thread_id}
/
token
Create Token
curl --request POST \
  --url https://api.puppeteerai.com/threads/{thread_id}/token \
  --header 'Authorization: <authorization>'
{
  "access_token": "<string>"
}

Documentation Index

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

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

Headers

Authorization
string
required

API key for your Puppeteer organization.

Path Parameters

thread_id
string
required

Response

Successful Response

access_token
string
required

The generated JWT token.