> ## 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 Serial Number e-Meterai



## OpenAPI

````yaml POST /ematerai/generate_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/generate_sn:
    parameters: []
    post:
      summary: Generate SN
      parameters:
        - name: pat
          in: header
          required: false
          example: 8Dai0g0TcYWCnI0V0IQYtZ0hhGTG8ztuTXeP
          schema:
            type: integer
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                fileName:
                  type: string
                documentNumber:
                  type: string
            example:
              fileName: asasaasasas.pdf
              documentNumber: STR-8010912
      responses: {}

````