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>"
}

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.