Build on the Muvia platform
The Muvia public API lets your systems read a company's own Muvia data — its projects, their datasets and rows, and the nodes that collect them — with scoped, expiring API keys.
curl -H "X-Api-Key: mvk_…" \
https://dev-api-muvia.oncode.it/api/public/v1/projectsGuides
Authentication, scopes, errors, pagination, rate limits and webhooks: everything a solid integration needs.
API Reference
Interactive reference generated from the live OpenAPI specification, with request and response schemas.
Changelog
Every addition to the public API, release by release. Additive only within a version.
All guides
Get an API key and make your first request in minutes.
The X-Api-Key header, the key format, expiry and revocation.
Which scope each endpoint needs, and how modules cap a key.
The error envelope and every error code you can receive.
Paging through lists and through a dataset's rows.
Per-key and per-company limits, 429 responses and backing off.
Signed event deliveries pushed to your endpoint, and how to verify them.
How the API evolves within v1 without breaking your integration.