Skip to main content
Asteroid Agents home page
Search Asteroid documentation...
⌘K
Blog
Github
Platform
Platform
Search...
Navigation
API
Get the OpenAPI schema
Documentation
v2 API
v1 API
API
GET
Get the OpenAPI schema
GET
Check the health of the API
Execution
POST
Execute an agent with structured parameters
GET
Get execution status
GET
Get execution result
GET
Get browser session recording
AgentProfile
GET
Get agent profiles
POST
Create an agent profile
GET
Get an agent profile by ID
DEL
Delete an agent profile
PATCH
Update an agent profile
GET
Get the public key for credentials
Get the OpenAPI schema
cURL
Copy
curl
--request
GET
\
--url
https://odyssey.asteroid.ai/api/v1/openapi.yaml
API
Get the OpenAPI schema
Copy page
Copy page
GET
https://odyssey.asteroid.ai/api/v1
/api/v1
/
openapi.yaml
Try it
Get the OpenAPI schema
cURL
Copy
curl
--request
GET
\
--url
https://odyssey.asteroid.ai/api/v1/openapi.yaml
Response
200
OpenAPI schema
Check the health of the API
⌘I