curl --request GET \
--url https://api.shareofmodel.ai/v1/brands \
--header 'Authorization: <api-key>'{
"count": 123,
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"brand": "<string>",
"domain": "<string>",
"colors": [
"<string>"
],
"logos": [
"<string>"
],
"banner": "<string>"
}
],
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}List all brand catalogs, optionally filtering by brand names or domain.
curl --request GET \
--url https://api.shareofmodel.ai/v1/brands \
--header 'Authorization: <api-key>'{
"count": 123,
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"brand": "<string>",
"domain": "<string>",
"colors": [
"<string>"
],
"logos": [
"<string>"
],
"banner": "<string>"
}
],
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Comma-separated list of brand names to filter by.
Filter by a single domain.
Number of results to return per page (default: 100, max: 1000).
The initial index from which to return the results.
List of brand catalogs.