SimpleTex DocumentationSimpleTex Documentation
Home
FAQ
API
Tutorials
Blog
Updates
Use now
  • 简体中文
  • English
Home
FAQ
API
Tutorials
Blog
Updates
Use now
  • 简体中文
  • English
  • Description

    • Open Platform Description
  • Platform Authentication

    • Authentication Description
    • UAT Method
    • APP Authentication Method
    • API Response Information
    • Example Code
  • API Capabilities

    • Formula Recognition
    • General Image Recognition
    • Document Image Recognition (PDF Recognition)
    • Other Services

UAT Method

  • Access through User Authorization Token, the simplest and quickest method

  • How to obtain: Go to the User Center (https://simpletex.net/user/center), create it in the "User Authorization Token" menu

  • Request method: Simply place the user authorization token information in the request header, the field name is token, such as header={"token":"XXXXX"}

  • Note: To ensure the security of your application and account, please do not use this method for requests in production environments.

Last Updated:: 4/25/25, 4:42 PM
Prev
Authentication Description
Next
APP Authentication Method