Skip to main content
GET
/
v1
/
org
/
models
JavaScript
import Profound from 'profoundai';

const client = new Profound({
  apiKey: 'My API Key',
});

const orgItems = await client.organizations.models();

console.log(orgItems);
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Response

Successful Response

id
string
required
name
string
required