Welcome to the ShareAI API, a powerful and flexible RESTful API that enables developers to interact with the ShareAI network programmatically. Our API allows you to harness the power of AI by connecting with available computing resources and running AI models seamlessly.
Authentication #
The ShareAI API uses API keys for authentication. Every request must include an API key in the Authorization header to verify the client’s identity and permissions.
How to Authenticate #
Each request to the ShareAI API must include an API key as a Bearer Token in the header:
Authorization: Bearer YOUR_SHAREAI_API_KEY