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

# Available resources

{% hint style="warning" %}
**This API is deprecated.**

The Core API is no longer recommended for new integrations. It will remain functional exclusively for existing clients. Migration to the [Connect API](/caf-api/connect/getting_started.md) is strongly recommended.

For more details, see the [Deprecation Policy](/caf-api/deprecation-policy-for-resources.md).
{% endhint %}

## Available resources

### **Base URL** <a href="#base-url" id="base-url"></a>

{% code title="Core API Services Base URL:" %}

```url
https://api.combateafraude.com/v1
```

{% endcode %}

### **Transactions** <a href="#bbk-qw8x6" id="bbk-qw8x6"></a>

A Transaction is a name given to a query submitted to CAF services. The resource called transactions (`/transactions`) provides the ability for direct consumption of all active services using a single API request containing the data of an individual or company.

**API reference:**

{% content-ref url="/pages/kKukJzkBOuiLCRUDzYCY" %}
[Transaction](/caf-api/core-api/available-resources/transaction.md)
{% endcontent-ref %}

### **Onboardings** <a href="#bbk-f1vye" id="bbk-f1vye"></a>

Onboarding is a web redirect service offered, whereby the registration data of a person or company is collected using a CAF-hosted page. The resource called onboarding (*`/onboardings`)* provides the customisable URL for the registration and only after the query has been submitted does consume the services as a Transaction.

**API reference:**

{% content-ref url="/pages/HSGBpHK18h2YqKhnlX5U" %}
[Onboarding](/caf-api/core-api/available-resources/onboarding.md)
{% endcontent-ref %}

### **Profiles** <a href="#bbk-f1vye" id="bbk-f1vye"></a>

The profile is a CAF intelligence that runs against transaction data, aiming to unite collected information about a document in a single place for both companies and individuals. The resource people (*`/people`)* is where you can consult and retrieve information about an individual, whereas for companies the available resource is (*`/companies`)*.

**API reference:**

{% content-ref url="/pages/OWMybUozFGputiayIVm3" %}
[Profile](/caf-api/core-api/available-resources/profile.md)
{% endcontent-ref %}

### **Face Authentication** <a href="#face-authentication" id="face-authentication"></a>

Face Authentication is a biometric service that allows face registration and authentication through facial comparison. This resource provides endpoints to register faces for individuals and query facial authentication attempts.

**API reference:**

{% content-ref url="/pages/fm0KQnEWTq8k99VDNsH3" %}
[Face Authentication](/caf-api/core-api/available-resources/face-authentication.md)
{% endcontent-ref %}


---

# 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://docs.caf.io/caf-api/core-api/available-resources.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.
