> ## Documentation Index
> Fetch the complete documentation index at: https://support.xignature.co.id/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate QR Image



## OpenAPI

````yaml GET /ematerai/qr_image/{sn}
openapi: 3.1.0
info:
  title: OPEN API V3
  version: 1.0.0
  description: >-
    <img
    src="https://content.pstmn.io/4f857c87-5f73-40e7-8055-076434623fe6/djMuZHJhd2lvICgxKS5wbmc="
    alt="">
servers: []
security: []
paths:
  /ematerai/qr_image/{sn}:
    parameters:
      - name: sn
        in: path
        required: true
        example: L9K78H21CV0GUFJN0001X9
        schema:
          type: string
    get:
      summary: Generate QR Image
      parameters:
        - name: pat
          in: header
          required: false
          example: oly4rhu4yr8CyA56rIZF2U29CqHlijj8yvTq
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                fileName:
                  type: string
                documentNumber:
                  type: string
            example:
              fileName: asasaasasas.pdf
              documentNumber: STR-8010912
      responses: {}

````