Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://earthcare.network/api/v1/auth/register/ \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>", "name": "<string>", "invite_token": "<string>" } '
Create an account. Accepts optional invite / ownership-claim tokens.
Created