telegraph_create_account
Create a new Telegraph account and obtain an access token for authenticating subsequent API requests.
Instructions
Create a new Telegraph account. Returns an Account object with access_token that should be saved for future requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_name | Yes | Account name (1-32 characters) | |
| author_name | No | Default author name used when creating new articles (0-128 characters) | |
| author_url | No | Profile link opened when users click on the author name (0-512 characters) |