phospho home page
phospho
  • Contact us
  • Get hardware
  • Get hardware
Documentation
Github
Getting Started
  • Welcome to phosphobot
  • Install phosphobot
Basic Usage
  • Control your robot arm
  • Record a robotics dataset
  • Train a robotics AI model
  • Control robot with AI models
Learn about robotics
  • Core Robotics Concepts
  • Kinematics
  • LeRobot Dataset format
  • Datasets Best Practices
  • Train robotics AI models
  • Policies in AI Robotics
  • Gravity Compensation
  • Cameras
Hardware
  • Starter pack unboxing (DK2)
  • Quickstart with your SO-100
  • Dev kit unboxing (DK1)
  • Build the SO-100 robot arm
Examples
  • Simple controls
  • Computer vision
  • Teleoperation on local network
  • Teleoperation from anywhere in the world
API Reference
  • Control
  • Recording
    • POST
      Start Recording Episode
    • POST
      Stop Recording Episode
    • POST
      Play Recording
  • AI model
  • Camera
Recording

Play Recording

Play a recorded episode.

POST
/
recording
/
play
{
  "message": "<string>",
  "status": "ok"
}

Body

application/json

Request to play a recorded episode.

Response

200
application/json

Successful Response

Default response. May contain other fields.

Was this page helpful?

Stop Recording EpisodeStart training a gr00t model
twittergithubyoutubewebsitelinkedindiscord
Powered by Mintlify
{
  "message": "<string>",
  "status": "ok"
}