Configs
Get Interfaces
- Universal API
- Interfaces
- Projects
- Project Artifacts
- Contexts
- Context Artifacts
- Logs
- Configs
- 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": "interface_1",
"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": "interface_1",
"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": "interface_1",
"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
}
]