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

# Overview

> Get to know Nudle API endpoints

<img style={{ borderRadius: '0.6rem' }} src="https://mintcdn.com/nudle/IXu2oOby8BodmmU9/images/apibanner.png?fit=max&auto=format&n=IXu2oOby8BodmmU9&q=85&s=2c23fd980a11548a6aebee9a91b98773" width="1302" height="392" data-path="images/apibanner.png" />

<Note>
  All API requests are directly linked to nudles usage pricing. You can find this [here](https://nudlelabs.com/).
</Note>

## Getting started

As nudle does not currently have an SDK, you can making requests to the nudle networking using our APIs involves using a Request structure (HTTP/s).

Here are some you can use.

<CardGroup cols={3}>
  <Card title="axios" icon="js" href="https://axios-http.com/docs/intro" />

  <Card title="node-fetch" icon="js" href="https://www.npmjs.com/package/node-fetch" />

  <Card title="requests" icon="python" href="https://pypi.org/project/requests/" />
</CardGroup>

## Authentication

All API endpoints are authenticated using tokens tied to your nudle account.

<Card title="Jump to Authorization" icon="id-badge" href="authorization" />
