DataEyesAI
Official SiteConsoleDocs HomeGetting Started
Developer ToolsAI Models API
Official SiteConsoleDocs HomeGetting Started
Developer ToolsAI Models API
  1. Getting Started
  • Overview
  • Console (Getting Started)
  • API Key
  • Base URL
  1. Getting Started

Base URL

General Request Specifications (Base URL & Authentication)#

Before making API requests, please familiarize yourself with the global network endpoints (Base URLs) and standard authentication methods for each product line on our platform.

1. Base URL#

To ensure physical isolation of underlying compute resources and ultra-fast response times, DataEyesAI assigns separate, independent endpoints for the "AI Model" and "Search & Reader" product lines. Please select the appropriate Base URL based on the product you are calling.

1.1 AI Model API Endpoint (For Text, Image, and Video Models)#

DataEyesAI has completed a comprehensive upgrade of its global network infrastructure, delivering superior API response speeds and enterprise-grade security.
Through the deployment of global edge computing nodes and intelligent routing technology, the system now supports ultra-fast nearby access worldwide. You no longer need to manually switch or configure region-specific endpoints based on server locations — all requests, regardless of network environment, should use our unified global endpoint.
Whether integrating with third-party tools (such as Claude Code or OpenClaw) or making programmatic requests from your production servers, configure the Base URL to the following global endpoint:
https://platform.dataeyes.ai
Enterprise-Grade Network Features:
Global Intelligent Routing: Automatically detects the client's network environment and assigns the lowest-latency international dedicated routing, ensuring millisecond-level response times across cross-border and complex network environments.
Enterprise Security Protection: Powered by industry-leading Web Application Firewall (WAF) and automated DDoS mitigation, providing 24/7 protection for business continuity and data transmission security.
Seamless Integration: High-availability architecture with enterprise-grade SLA guarantees. In most AI clients (such as Chatbox) or coding plugins, simply enter the above address in the Base URL or API Endpoint field to get started (Note: some plugins may require appending /v1 — follow the specific client's instructions as needed).

1.2 Search & Reader API Endpoint (For Web Search and Document Parsing)#

When calling dedicated data retrieval endpoints such as /v1/search or /v1/reader, use the following independent endpoint:
https://api.dataeyes.ai
(Note: This endpoint must be used with the dedicated API Key generated under the "Search & Reader" product section)

2. API Authentication#

DataEyesAI uses the industry-standard Bearer Token method for all API authentication. To ensure secure data transmission and credential protection, all API requests must (and are strongly recommended to) be made over HTTPS.
Header Format Example:
(Note: There must be a single space between Bearer and your Key)

3. Data Format (Content-Type)#

Unless otherwise specified for specific endpoints (such as file uploads), all requests and responses use JSON format. Please ensure your request headers include:

Next Steps#

Now that you understand the Base URLs and authentication methods for each product, you can:
Proceed to the Developer Tool Integration Guide to configure your Key and Base URL in your development tools.
Or start making API calls directly with the Chat Completions API.
Previous
API Key