Documentation
Our WebsiteOur Github
  • 👋Welcome to Infinitode Documentation
  • AI Documentation
  • API Documentation
    • Basic Math API Documentation (#Experimental)
    • BMI Calculator API Documentation
    • Character Counter API Documentation
    • Chemical Equation Balancer API Documentation
    • Color Generator API Documentation
    • Date Difference Calculator API Documentation
    • Dungen API Documentation
    • Dungen Dev API Documentation
    • Factorial Calculator API Documentation
    • Fantasy Name Generator API Documentation
    • Fibonacci Sequence Generator API Documentation
    • GCD Calculator API Documentation
    • Hash API Documentation
    • Helix PSA API Documentation
    • LCM Calculator API Documentation
    • Leap Year Checker API Documentation
    • Lorem API Documentation
    • Molar Mass Calculator API Documentation (#Experimental)
    • MycoNom API Documentation
    • Name Generator API Documentation
    • Palindrome Checker API Documentation
    • Password Generator API Documentation
    • Password Strength Detector API Documentation
    • Periodic Table API Documentation
    • Prime Number Checker API Documentation
    • Quadratic Equation Solver API Documentation
    • Random Facts Generator API Documentation
    • Random Quotes Generator API Documentation
    • Roman Numeral Converter API Documentation
    • Simple Interest Calculator API Documentation
    • Slugify API Documentation
    • Text Case Converter API Documentation
    • Unit Converter API Documentation
    • Username Generator API Documentation
    • UUID Generator API Documentation
    • Vowel Counter API Documentation
  • Package Documentation
    • BlurJS Package Documentation
      • BlurJS Usage Examples
      • BlurJS Reference Documentation
    • CodeSafe Package Documentation
      • CodeSafe Reference
        • CodeSafe Functions
    • DeepDefend Package Documentation
      • DeepDefend Reference
        • Attacks Functions
        • Defenses Functions
    • DupliPy Package Documentation
      • DupliPy Reference
        • Formatting Functions
        • Replication Functions
        • Similarity Functions
        • Text Analysis Functions
    • FuncProfiler Package Documentation
      • FuncProfiler Reference
        • FuncProfiler Functions
    • Hued Package Documentation
      • Hued Reference
        • Analysis Functions
        • Colors Functions
        • Conversions Functions
        • Palettes Functions
    • LocalSiteMap Package Documentation
      • LocalSiteMap Reference
        • LocalSiteMap Functions
    • PyAutoPlot Package Documentation
      • PyAutoPlot Reference
        • PyAutoPlot Functions
    • PyWebScrapr Package Documentation
      • PyWebScrapr Reference
        • PyWebScrapr Functions
    • ValX Package Documentation
      • ValX Reference
        • ValX Functions
Powered by GitBook
On this page
  • Types of API calls
  • Developer API calls
  • Normal API calls
  • API Authentication

Was this helpful?

API Documentation

View our API documentation.

PreviousAI DocumentationNextBasic Math API Documentation (#Experimental)

Last updated 6 months ago

Was this helpful?

Types of API calls

Our APIs offer two types of calls, namely:

  1. Developer API calls

  2. Normal API calls

Our APIs will always default to the latest version available. The endpoint URL does not include the API version. You cannot switch between different API versions, as we only maintain the most recent stable version on our servers.


Developer API calls

Developer API calls can validate inputs and test integrations without APIs. These API calls cost less and return dummy content, meaning that you can still test your integration, without wasting valuable API calls.

Normal API calls

These API calls work like any normal API call, they cost more, but return actual outputs based on the inputs provided.

You can view more information, and questions about APIs, here:


API Authentication

Our APIs always require your special API tokens. Upon registering, you will receive 2 API tokens, a developer API token, and a normal API token. When passing the tokens to the API, you can use either the developer API token to initiate a developer API call; or the normal API token to make a normal API call.

In case of a compromised API token, please contact our support team immediately, so that we can quickly lock access to your API resources and reset your account keys.

🔑
Questions about APIs