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.
import requests response = requests.post( "https://api.atomscale.ai/rheed/stream/d290f1ee-6c54-4b01-90e6-d701748f0851/total_frames", headers={"X-API-KEY": "YOUR_API_KEY"} ) total_frames = response.json()
9000
Retrieve the total number of frames the client attempted to send for a RHEED stream
POST