v1
latestOpenAPI 3.1.02026-07-26650239.3 KBOpenAPI Spec
Get Skydio Cloud API OpenAPI Spec
Get the OpenAPI spec for the Skydio Cloud API.
get/v0/openapi_spec
Response
The OpenAPI specification for Skydio's Cloud API
Example response
{
"data": {
"openapi_spec": {
"info": {
"description": "Skydio Cloud API",
"title": "Skydio Cloud API"
},
"openapi": "3.1.0",
"servers": [
{
"url": "https://api.example.com"
}
]
}
}
}