API Overview
Last updated
The Origin Studio API allows you to programmatically access, create, update, and manage title and metadata records within Origin Studio.
Using the API, you can:
Integrate Origin Studio with your internal systems
Automate metadata workflows
Synchronize catalog data
Trigger enrichment workflows
Extract reporting data
The API uses standard REST principles and JSON data format.
Production:
https://api.studio.fabricdata.com/Example endpoint:
https://api.studio.fabricdata.com/v1/recordsRESTful architecture
JSON request and response format
HTTPS required for all requests
Stateless communication
Last updated
curl https://api.studio.fabricdata.com/v1/records \
-H "Authorization: Bearer YOUR_API_KEY"