For the complete documentation index, see llms.txt. This page is also available as Markdown.

Environment Setup

Environment Setup

Overview

This guide explains how to set up your environment for accessing the Noodles API. It includes details on the available environments

API Environments

The Noodles API is available in two environments:

Environment
Base URL

Production

https://api.noodles.fi

Obtaining an API Key

An API key is required to authenticate, access and rate limit the API.

Steps to Get an API Key:

  1. How to get API Key:

    • Visit our dashboard at https://dashboard.noodles.fi, log in or sign up for an account.

    • After logging in, navigate to the API Keys section and generate a new API key.

    • If you encounter any issues, contact us via telegram: @hiephho

  2. Use the API Key:

    • Include the API key in the x-api-key header when making requests.

Example Usage

API Error Responses

Standard error responses for all API endpoints:

Invalid Parameters

Status Code: 400 Bad Request

Unauthorized

Status Code: 401 Unauthorized

Rate Limited

Status Code: 429 Too Many Requests

Internal server error

Status Code: 500 Internal Server Error


Request to subscribe a higher tier plan

** Status Code:** 403 Forbidden

You can check list of api endpoints available for each subscription tier here: List API Endpoints

Notes

  • Keep your API key secure and do not share it.

  • Only use YOUR_API_KEY on backend server side.

  • Contact support if you need help with API key generation.


See also: List API Endpoints

Last updated