> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thanks.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List Handwriting Styles

> List Available Handwriting Styles



## OpenAPI

````yaml get /handwriting-styles
openapi: 3.1.0
info:
  title: thanks.io API
  description: >-
    Use the thanks.io API to send postcards, letters, notecards, windowless
    letters, and gift cards.
  contact:
    url: https://www.thanks.io
    email: support@thanks.io
  version: 1.0.0
servers:
  - url: https://api.thanks.io/api/v2
    description: The main API server for thanks.io
security:
  - bearerAuth: []
tags:
  - name: Recipients
  - name: Mailing Lists
  - name: Send Mailer
  - name: Orders
  - name: Message Templates
  - name: Image Templates
  - name: Handwriting Styles
  - name: Giftcards
  - name: Dynamic Images
    description: ''
  - name: Image Builder
  - name: Sub Accounts
externalDocs:
  description: Learn more about thanks.io
  url: https://docs.thanks.io
paths:
  /handwriting-styles:
    get:
      tags:
        - Handwriting Styles
      summary: List Styles
      description: List Available Handwriting Styles
      operationId: listHandwritingStyles
      responses:
        '200':
          description: 200 Response
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        handwriting_style_id:
                          type: integer
                          description: Unique ID of the handwriting style
                          example: 1
                        name:
                          type: string
                          description: Name of the handwriting style
                          example: Hi Clarice
                        sample:
                          type: string
                          description: Sample image URL of the handwriting style
                          example: >-
                            ttps://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/1.png
                        type:
                          type: string
                          description: Type of handwriting style
                          example: Realistic
                          enum:
                            - Realistic
                            - AI
              example:
                data:
                  - handwriting_style_id: 1
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/1.png
                    name: Hi Clarice
                    type: Realistic
                  - handwriting_style_id: 2
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/2.png
                    name: Practiced Sharpie
                    type: Bold
                  - handwriting_style_id: 3
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/3.png
                    name: Bold Note
                    type: Bold
                  - handwriting_style_id: 4
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/4.png
                    name: Foxy Lady
                    type: Realistic
                  - handwriting_style_id: 5
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/5.png
                    name: That Dude
                    type: Bold
                  - handwriting_style_id: 6
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/6.png
                    name: Normal Print
                    type: Bold
                  - handwriting_style_id: 7
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/7.png
                    name: Shopping List
                    type: Realistic
                  - handwriting_style_id: 8
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/8.png
                    name: Lazy Note
                    type: Realistic
                  - handwriting_style_id: 9
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/9.png
                    name: Blurred Lines
                    type: Realistic
                  - handwriting_style_id: 10
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/10.png
                    name: Birthday Card
                    type: Realistic
                  - handwriting_style_id: 11
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/11.png
                    name: Scully, Not Molder
                    type: Realistic
                  - handwriting_style_id: 12
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/12.png
                    name: Wow! Signal
                    type: Realistic
                  - handwriting_style_id: 13
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/13.png
                    name: Arabic
                    type: International
                  - handwriting_style_id: 14
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/14.png
                    name: Chinese
                    type: International
                  - handwriting_style_id: 15
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/15.png
                    name: Cyrillic
                    type: International
                  - handwriting_style_id: 16
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/16.png
                    name: Hebrew
                    type: International
                  - handwriting_style_id: 17
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/17.png
                    name: Japanese
                    type: International
                  - handwriting_style_id: 18
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/18.png
                    name: Korean
                    type: International
                  - handwriting_style_id: 19
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/19.png
                    name: Vietnamese
                    type: International
                  - handwriting_style_id: 20
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/20.png
                    name: Notey
                    type: Realistic
                  - handwriting_style_id: 101
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/101.png
                    name: Optimus Prime
                    type: AI
                  - handwriting_style_id: 102
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/102.png
                    name: Binary Bard
                    type: AI
                  - handwriting_style_id: 103
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/103.png
                    name: Quantum Quip
                    type: AI
                  - handwriting_style_id: 104
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/104.png
                    name: Analytic Atom
                    type: AI
                  - handwriting_style_id: 106
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/106.png
                    name: Cerebral Circuit
                    type: AI
                  - handwriting_style_id: 107
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/107.png
                    name: Reflective Relay 2
                    type: AI
                  - handwriting_style_id: 109
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/109.png
                    name: Thoughtful Transistor
                    type: AI
                  - handwriting_style_id: 110
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/110.png
                    name: Bright Byte
                    type: AI
                  - handwriting_style_id: 112
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/112.png
                    name: Pensive Pixel
                    type: AI
                  - handwriting_style_id: 113
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/113.png
                    name: Judicious Jolt
                    type: AI
                  - handwriting_style_id: 114
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/114.png
                    name: Astute Actuator
                    type: AI
                  - handwriting_style_id: 115
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/115.png
                    name: Insightful Interface
                    type: AI
                  - handwriting_style_id: 118
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/118.png
                    name: Prudent Processor
                    type: AI
                  - handwriting_style_id: 119
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/119.png
                    name: Wise Wire
                    type: AI
                  - handwriting_style_id: 120
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/120.png
                    name: Neura Nomad
                    type: AI
                  - handwriting_style_id: 121
                    sample: >-
                      https://d2md0c8rpvzmz5.cloudfront.net/handwriting_examples/121.png
                    name: Rosario Type
                    type: AI
      security:
        - noauthAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: Bearer token authentication using your thanks.io API key

````