Muse Studio API
A REST + Webhooks API for projects, files, approvals and AI tooling. JSON over HTTPS, OAuth2 + bearer tokens.
JSON / REST
OAuth2 · Bearer
Webhooks
SDK · TS · Python · Ruby
Base URL
https://api.musestudio.app
Auth header
Authorization: Bearer ms_••••
Rate limit
600 req / minute
Authentication
Projects
Files
Selections
Approvals
AI tools
Webhooks
GET
/v1/projects Auth required
List projects (paginated, filterable)
Request
curl -X GET https://api.musestudio.app/v1/projects \ -H "Authorization: Bearer ms_•••" \ -H "Content-Type: application/json"
Response · 200 OK
{
"data": { "id": "prj_8k2", "name": "Hillside Residence", "status": "in_progress" },
"meta": { "request_id": "req_a91…" }
}200
Success
401
Unauthorized
429
Rate limited
