> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/api.md).

# APIs

## <mark style="color:$primary;">Browse the APIs</mark>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-file-import" style="color:$primary;">:file-import:</i></h3></td><td><h4><strong>Import API</strong></h4></td><td>Bulk-create and update assets, attributes, and relations from JSON or CSV.</td><td><a href="/pages/tg5mBbcaVwKS4wowOuGp">/pages/tg5mBbcaVwKS4wowOuGp</a></td></tr><tr><td><h3><i class="fa-file-export" style="color:$primary;">:file-export:</i></h3></td><td><h4><strong>Output Module</strong></h4></td><td>Query and export Collibra data with a powerful, structured query language.</td><td><a href="/pages/MzXjad69uIm6JUBXBJWL">/pages/MzXjad69uIm6JUBXBJWL</a></td></tr><tr><td><h3><i class="fa-users-gear" style="color:$primary;">:users-gear:</i></h3></td><td><h4><strong>SCIM API</strong></h4></td><td>Provision and manage users and groups from your identity provider.</td><td><a href="/pages/evvtJ00CUzj2J3twN0IS">/pages/evvtJ00CUzj2J3twN0IS</a></td></tr><tr><td><h3><i class="fa-share-nodes" style="color:$primary;">:share-nodes:</i></h3></td><td><h4><strong>Knowledge Graph API</strong></h4></td><td>Retrieve communities, domains, assets, and complex relations through a single GraphQL endpoint.</td><td><a href="/pages/tMsptmY35tg2xuu0ajph">/pages/tMsptmY35tg2xuu0ajph</a></td></tr></tbody></table>

***

## <mark style="color:$primary;">REST and GraphQL references</mark>

{% columns %}
{% column %}

### REST API reference

The REST API reference is generated from the OpenAPI specifications shipped with the newest release. Browse endpoints, parameters, and response schemas.

<a href="/pages/CI9vY4K06uXm9xi6YTS1" class="button primary" data-icon="brackets-curly">REST reference</a>
{% endcolumn %}

{% column %}

### GraphQL and the Knowledge Graph API

The Knowledge Graph is a GraphQL API and the full schema reference is available in your environment through introspection. Here you can browse the reference generated from the most recent Collibra release.

<a href="/pages/6oNSa2bTkIdRHssH4vAZ" class="button primary" data-icon="share-nodes">GraphQL reference</a>
{% endcolumn %}
{% endcolumns %}

***

## <mark style="color:$primary;">Work with the APIs</mark>

{% columns %}
{% column %}

### Authenticate

Sign in, manage a session, and pass credentials with every request before you call any endpoint.

<a href="/spaces/8DYDBo6jzvQ73H6CZj6k/pages/qta3HAOVZQtRw5pDGnnE" class="button primary" data-icon="key">Authentication</a>
{% endcolumn %}

{% column %}

### Follow a tutorial

Go from zero to a working integration with worked examples for the REST and Import APIs.

<a href="/spaces/8DYDBo6jzvQ73H6CZj6k" class="button primary" data-icon="pen-to-square">Tutorials</a>
{% endcolumn %}

{% column %}

### Additional help

Ask the community about an endpoint, a parameter, or an error you are seeing.

<a href="https://community.collibra.com/" class="button primary" data-icon="comments">Ask the community</a>
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.collibra.com/api/api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
