DataEyesAI
home
home
  1. ​​Quick Start
  • ​​Quick Start
    • Overview
    • Authorization
    • Online Debugging
    • Integration Guide
  • API Reference​​
    • Error Codes
    • HTTP Notes
  • Search / Reader Product
    • Web Reader API​​
      • Web Reader API
        POST
    • Web Search API​​
      • Web Search API
        GET
      • Video Search api
        GET
      • Hot Search API
        GET
    • Modal Card API
      • Weather
        • All City ID
        • Weather Query API
  • Document OCR Parsing API
    • fiel upload
      POST
    • URL Parsing
      POST
  • Trending Search Query API
    • Trending Search Query API
      GET
  • ​​FAQ​​
    • Data Updates
  • Change Log​​
home
home
  1. ​​Quick Start

Authorization

Authorization Verification#

This product uses Authorization globally for permission verification. You must include your Authorization when requesting any API of this product.
Therefore, please keep your Authorization secure to avoid loss. Do not share it with others or expose it in any client-side code (browsers, applications) to prevent potential risks.
image.png
When making HTTP requests, prefix the token with "Bearer". For details, refer to the online debugging section.
Previous
Overview
Next
Online Debugging