DataEyesAI
home
home
  1. ​​Quick Start
  • ​​Quick Start
    • Overview
    • Authorization
    • Online Debugging
    • Integration Guide
  • API Reference​​
    • Error Codes
    • HTTP Notes
  • Web Reader API​​ (Beta)
    • Web Reader API
      POST
  • Web Search API​​ (Beta)
    • Web Search API
      GET
    • Video Search api
      GET
    • Hot Search API
      GET
  • Modal Card API
    • Weather
      • All City ID
      • Weather Query API
  • Trending Search Query API
    • Trending Search Query API
      GET
  • ​​FAQ​​
    • Data Updates
  • Change Log​​
  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