Elegoo API Flow
This document describes the high-level flow for using Elegoo functional APIs, starting with user access token registration.
Overview
The Elegoo API flow consists of:
- Registration: Register user credentials via
user_access_token/endpoint - Chat Creation: Create a chat session via
chats/endpoint to obtain achat_id - Chat Messages: Send messages to the chat using
chats/messages/endpoint with thechat_id - Plate Analysis (Optional): Analyze build plate using
plate_analysis/endpoint