> **For AI agents:** this page is a focused, LLM-optimized view of a
> single Fiber AI operation. Before calling it, fetch the routing
> instructions at [`https://api.fiber.ai/llms.txt`](https://api.fiber.ai/llms.txt) and the full operation
> index at [`https://api.fiber.ai/ai-docs/index.md`](https://api.fiber.ai/ai-docs/index.md).

# getOrgCredits

`GET /v1/get-org-credits`

**Tags:** `Account`

Get organization credits

**Endpoint:** `https://api.fiber.ai/v1/get-org-credits`

## Description

Get credits for an organization

⚡ Rate limit: 120 requests per 1 minute

💰 Cost: FREE! No credits are charged for this API. ⓘ

## Parameters

| Name | In | Required | Description |
| --- | --- | --- | --- |
| `apiKey` | query | yes | Your Fiber API key |

## Response — success (JSON Schema)

```json
{
  "type": "object",
  "properties": {
    "output": {
      "type": "object",
      "properties": {
        "organizationId": {
          "type": "string"
        },
        "max": {
          "type": "number"
        },
        "used": {
          "type": "number"
        },
        "available": {
          "type": "number"
        },
        "usagePeriodResetsOn": {
          "type": "string"
        },
        "creditsPerOperation": {
          "type": [
            "object",
            "null"
          ],
          "properties": {
            "getCompanyFromDb": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "getPersonFromDb": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "getCompanyCountFromDb": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "getJobPostingCountFromDb": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "getPersonCountFromDb": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "getInvestorFromDb": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "getInvestmentFromDb": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "getJobPostingFromDb": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "textToCompanySearchParams": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "textToPersonSearchParams": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "textToSearchParams": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "liveEnrichCompany": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "liveEnrichPerson": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "liveEnrichPersonForContactReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "standardizeCompanySlug": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "standardizePersonSlug": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "workEmailReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "personalEmailReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "liteEmailReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "litePhoneReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "liteReverseEmailLookup": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "allEmailReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "phoneReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "combinedReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 500
                  }
                ]
              }
            },
            "validateEmail": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "validatePhone": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "emailToLinkedinUrl": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "kitchenSinkPerson": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "kitchenSinkCompany": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "salesNavCompanyScrape": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "salesNavPersonScrape": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "salesNavPersonScrapeWithoutLiveFetch": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "googleMapsScrape": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "geolocation": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "jobTitleRewrite": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "combinedEnrichment": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 600
                  }
                ]
              }
            },
            "domainLookupAgent": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "localBusinessResearchAgent": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 400
                  }
                ]
              }
            },
            "githubLookupAgent": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "getLiProfileFromGithubUsername": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 500
                  }
                ]
              }
            },
            "getEmailFromGithubUsername": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "socialMediaFinderAgent": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "bulkCompanyLogoLookup": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 30
                  }
                ]
              }
            },
            "bulkProfilePicLookup": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 30
                  }
                ]
              }
            },
            "getLiProfilePosts": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "getLiCompanyPosts": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "getLiPostComments": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "getLiPostReactions": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "getLiProfileComments": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "getLiProfileReactions": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "getLiProfileLatestActivities": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 300
                  }
                ]
              }
            },
            "getLiProfileLastActiveDate": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "getProfileLatestLiPost": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "getCompanyLatestLiPost": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 100
                  }
                ]
              }
            },
            "savedSearchCompany": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "savedSearchProspect": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "levels"
              ],
              "default": {
                "levels": [
                  {
                    "limit": null,
                    "centiCreditCost": 200
                  }
                ]
              }
            },
            "premiumWorkEmailReveal": {
              "type": "object",
              "properties": {
                "levels": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "limit": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "exclusiveMinimum": 0
                      },
                      "centiCreditCost": {
                        "type": "number",
                        "minimum": 0
                      }
                    },
                    "required": [
                      "centiCreditCost"
                    ]
                  },
                  "minItems": 1
                }
              },
              "required": [
                "lev
… _truncated to 65536 chars for ai-docs._
```

---

Canonical JSON: [`https://api.fiber.ai/openapi.json`](https://api.fiber.ai/openapi.json)
Operation index: [`https://api.fiber.ai/ai-docs/index.md`](https://api.fiber.ai/ai-docs/index.md)
