Configs
Get Interfaces
- Universal API
- Logging
- Projects
- Project Artifacts
- Contexts
- Context Artifacts
- Logs
- Configs
- POSTCreate Interface
- PUTUpdate Interface
- GETGet Interfaces
- DELDelete Interface
- POSTCreate Interface
- GETGet Interface
- PUTUpdate Interface
- DELDelete Interface
- GETList Interfaces
- POSTCreate Interface Checkpoint
- GETGet Interface Checkpoint
- POSTCreate Tab
- GETGet Tab
- PUTUpdate Tab
- DELDelete Tab
- GETList Tabs
- POSTCreate Tab Checkpoint
- GETGet Tab Checkpoint
- POSTCreate Tile
- GETGet Tile
- PUTUpdate Tile
- DELDelete Tile
- PATCHPatch Tile
- GETList Tiles
- POSTCreate Tile Checkpoint
- GETGet Tile Checkpoint
- PATCHPatch Specialized Tile
- POST
- Account
Configs
Get Interfaces
GET
/
v0
/
interface
curl --request GET \
--url 'https://api.unify.ai/v0/interface?name=None&project=None&temporary=None' \
--header "Authorization: Bearer $UNIFY_KEY"
[
{
"name": "tab1",
"project": "my_project",
"items": [
{
"i": "n0",
"x": 0,
"y": 0,
"w": 3,
"h": 3
},
{
"i": "n1",
"x": 0,
"y": 3,
"w": 2,
"h": 3,
"tab": "Plot_1"
}
],
"new_counter": 2
}
]
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
curl --request GET \
--url 'https://api.unify.ai/v0/interface?name=None&project=None&temporary=None' \
--header "Authorization: Bearer $UNIFY_KEY"
[
{
"name": "tab1",
"project": "my_project",
"items": [
{
"i": "n0",
"x": 0,
"y": 0,
"w": 3,
"h": 3
},
{
"i": "n1",
"x": 0,
"y": 3,
"w": 2,
"h": 3,
"tab": "Plot_1"
}
],
"new_counter": 2
}
]
curl --request GET \
--url 'https://api.unify.ai/v0/interface?name=None&project=None&temporary=None' \
--header "Authorization: Bearer $UNIFY_KEY"
[
{
"name": "tab1",
"project": "my_project",
"items": [
{
"i": "n0",
"x": 0,
"y": 0,
"w": 3,
"h": 3
},
{
"i": "n1",
"x": 0,
"y": 3,
"w": 2,
"h": 3,
"tab": "Plot_1"
}
],
"new_counter": 2
}
]