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/ai/estimate/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "feature": "<string>", "messages": [ { "content": "<string>" } ], "provider": "<string>", "model": "<string>", "max_tokens": 1024 } '
{ "estimated_credits": "<string>", "estimated_input_tokens": 123, "estimated_output_tokens": 123 }
DRF user token. Format: Token <token>
Token <token>
Show child attributes
Estimated credits + tokens