# LLMGenerator ## Docs - [Create Account](https://docs.llmgenerator.com/api-reference/accounts/create.md): This endpoint allows for the creation of a new user account. - [Delete Account](https://docs.llmgenerator.com/api-reference/accounts/delete.md): This endpoint permanently deletes a user's account. - [Get Account Profile](https://docs.llmgenerator.com/api-reference/accounts/get-profile.md): This endpoint retrieves the profile for the authenticated user. - [Update Account Profile](https://docs.llmgenerator.com/api-reference/accounts/update-profile.md): This endpoint updates the profile for the authenticated user. - [Create API Key](https://docs.llmgenerator.com/api-reference/api-keys/create.md): This endpoint creates a new API key. - [Get API Key Details](https://docs.llmgenerator.com/api-reference/api-keys/get-details.md): This endpoint retrieves the details of a specific API key. - [List API Keys](https://docs.llmgenerator.com/api-reference/api-keys/list.md): This endpoint retrieves a list of all API keys for the user. - [Regenerate API Key](https://docs.llmgenerator.com/api-reference/api-keys/regenerate.md): This endpoint regenerates an API key. - [Revoke API Key](https://docs.llmgenerator.com/api-reference/api-keys/revoke.md): This endpoint revokes (deletes) an API key. - [Update API Key](https://docs.llmgenerator.com/api-reference/api-keys/update.md): This endpoint updates the metadata of an API key. - [Forgot Password](https://docs.llmgenerator.com/api-reference/authentication/forgot-password.md): This endpoint initiates the password reset process for a user. - [Login](https://docs.llmgenerator.com/api-reference/authentication/login.md): This endpoint authenticates a user and returns access tokens. - [Logout](https://docs.llmgenerator.com/api-reference/authentication/logout.md): This endpoint revokes the user's current access and refresh tokens. - [Refresh Token](https://docs.llmgenerator.com/api-reference/authentication/refresh.md): This endpoint issues a new access token in exchange for a refresh token. - [Register Account](https://docs.llmgenerator.com/api-reference/authentication/register.md): This endpoint allows new users to register an account. - [Reset Password](https://docs.llmgenerator.com/api-reference/authentication/reset-password.md): This endpoint allows a user to reset their password using a token. - [Get Credit Balance](https://docs.llmgenerator.com/api-reference/credits/balance.md): This endpoint retrieves the user's current credit balance and usage stats. - [Create Checkout Session](https://docs.llmgenerator.com/api-reference/credits/checkout.md): This endpoint creates a Stripe checkout session for purchasing credits. - [Get Transaction History](https://docs.llmgenerator.com/api-reference/credits/history.md): This endpoint retrieves the user's credit transaction history. - [Get Credit Packages](https://docs.llmgenerator.com/api-reference/credits/packages.md): This endpoint retrieves the available credit packages for purchase. - [Verify Checkout Session](https://docs.llmgenerator.com/api-reference/credits/verify-session.md): Verify a completed checkout session and ensure credits have been added. - [Get Discovery Status](https://docs.llmgenerator.com/api-reference/discovery/get-status.md): This endpoint retrieves the status of a discovery job. - [Get Discovered URLs](https://docs.llmgenerator.com/api-reference/discovery/get-urls.md): This endpoint retrieves the URLs found by a discovery job. - [List Discovery Jobs](https://docs.llmgenerator.com/api-reference/discovery/list.md): This endpoint retrieves a list of all URL discovery jobs for the user. - [Start URL Discovery](https://docs.llmgenerator.com/api-reference/discovery/start.md): This endpoint initiates a URL discovery job for a given website. - [Download File](https://docs.llmgenerator.com/api-reference/files/download.md): This endpoint downloads the generated llms.txt file. - [Get Generated File](https://docs.llmgenerator.com/api-reference/files/get-file.md): This endpoint retrieves the content of a generated llms.txt file. - [Generate llms.txt](https://docs.llmgenerator.com/api-reference/generation/generate.md): This endpoint generates an llms.txt file for a given URL. - [Check Generation Status](https://docs.llmgenerator.com/api-reference/generation/get-status.md): This endpoint retrieves the status of a generation job. - [Introduction](https://docs.llmgenerator.com/api-reference/introduction.md): An overview of the LLMGenerator REST API. - [Export as Markdown](https://docs.llmgenerator.com/api-reference/markdown/export.md): This endpoint exports a site's content as markdown files. - [Get Site Details](https://docs.llmgenerator.com/api-reference/sites/get-details.md): This endpoint retrieves the details of a specific site. - [Get Mapped URLs](https://docs.llmgenerator.com/api-reference/sites/get-mapped-urls.md): This endpoint retrieves the mapped URLs for a site. - [List Sites](https://docs.llmgenerator.com/api-reference/sites/list.md): This endpoint retrieves a list of all sites for the authenticated user. - [Create Subscription Checkout](https://docs.llmgenerator.com/api-reference/subscriptions/checkout.md): Create a Stripe checkout session for subscribing to a plan. - [Get Subscription Plans](https://docs.llmgenerator.com/api-reference/subscriptions/plans.md): Get a list of all available subscription plans with pricing and features. - [Create Billing Portal Session](https://docs.llmgenerator.com/api-reference/subscriptions/portal.md): Create a Stripe billing portal session for managing subscription and payment methods. - [Introduction](https://docs.llmgenerator.com/index.md): Welcome to LLMGenerator. Generate llms.txt files to enhance your website's visibility with Large Language Models like ChatGPT, Claude, and Perplexity. - [MCP Server](https://docs.llmgenerator.com/integrations/mcp.md): Use LLMGenerator directly from Claude, Cursor, Windsurf, and any MCP-compatible AI agent. Generate llms.txt files without leaving your AI chat. - [Quickstart Guide](https://docs.llmgenerator.com/quickstart.md): Get started with the LLMGenerator API in just a few minutes. Generate your first llms.txt file with a single API call. ## OpenAPI Specs - [openapi](https://docs.llmgenerator.com/api-reference/openapi.json)