> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mycreditapp.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Discover the MyCreditApp API - make a real-time credit decision with ease.

<Warning>
  **Beta API** — The MyCreditApp API is currently in Beta and subject to change.
</Warning>

## Getting Started with MyCreditApp API

The **MyCreditApp API** enables organizations to integrate automated **credit decisioning**, advanced **financial analytics**, and seamless inter-organization **collaboration**.
The **platform** centralizes the process of collecting, verifying, and analyzing **financial documents**, allowing you to generate **objective risk assessments** and issue **credit decisions** in real time.

With **MyCreditApp**, you can build end-to-end **credit workflows**, **connect** external organizations, exchange **financial data** securely, and manage **credit applications** without needing complex internal infrastructure.

## Who Is This For?

This API is designed for developers, fintech teams, and organizations looking to:

* **Automate** financial document **processing** and risk evaluation;
* **Integrate AI-driven** financial **analytics** into their systems;
* **Manage** organizations and connections;
* **Connect** with **external partner** organizations and exchange data;
* **Build** and **operate** modern **credit-decision** pipelines.

## What Can You Do?

**MyCreditApp** provides a set of **powerful API components** designed to help you authenticate, manage organizations, process financial data, run analytics, and more.

**Below** is an overview of the **core components** you can use with **MyCreditApp**:

<Columns cols={3}>
  <Card title="Authentication" icon="key" href="/api-reference/oauth">
    Authenticate via OAuth2 and securely access the API.
  </Card>

  <Card title="Resources" icon="box" href="/api-reference/resources">
    Access currencies, countries, NAICS codes, and other shared resources.
  </Card>

  <Card title="Organizations" icon="building" href="/api-reference/organizations">
    Manage your organizations.
  </Card>

  <Card title="Financial Files" icon="file-lines" href="/api-reference/organization-financial-files">
    Upload and manage financial files for your organization, or retrieve files from connected organizations.
  </Card>

  <Card title="Documents" icon="file-text" href="/api-reference/organization-documents">
    Retrieve extracted documents from financial files for your own or connected organizations.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/api-reference/organization-analytics">
    Run analytics on financial documents for connected organizations.
  </Card>

  <Card title="Metrics" icon="chart-pie" href="/api-reference/organization-metrics">
    Access AI-powered organization metrics generated from analytics.
  </Card>

  <Card title="Guest Connections" icon="link" href="/api-reference/guest-connections">
    Manage connections with guest organizations.
  </Card>

  <Card title="Guest Invitations" icon="envelope" href="/api-reference/guest-invitations">
    Send and manage invitations for guest organizations.
  </Card>

  <Card title="Host Connections" icon="server" href="/api-reference/host-connections">
    Manage hosted connections with partner organizations.
  </Card>

  <Card title="Private Records" icon="user" href="/api-reference/private-records">
    Create and manage private organization records for isolated analysis.
  </Card>

  <Card title="Private Records Financial Files" icon="file-lines" href="/api-reference/private-records-financial-files">
    Upload financial files for private organization records.
  </Card>

  <Card title="Private Records Documents" icon="file-text" href="/api-reference/private-records-documents">
    Extract and retrieve documents from private organization records.
  </Card>

  <Card title="Private Records Analytics" icon="chart-line" href="/api-reference/private-records-analytics">
    Run analytics on financial documents belonging to private organization records.
  </Card>

  <Card title="Private Records Metrics" icon="chart-pie" href="/api-reference/private-records-metrics">
    Access AI-powered metrics generated for private organization records.
  </Card>

  <Card title="Partners" icon="users" href="/api-reference/partners">
    Manage business partners and their relationships.
  </Card>

  <Card title="Credit Applications" icon="file-signature" href="/api-reference/credit-applications">
    Create and manage credit applications with partner organizations.
  </Card>
</Columns>
