# Underdog Protocol

## Underdog Protocol

- [API Documentation](https://docs.underdogprotocol.com/api-documentation.md): Use the Underdog API to manage NFT Projects, mint transferable & non-transferable NFTs, and seamlessly integrate web3 into your product and workflows.
- [Quickstart](https://docs.underdogprotocol.com/quickstart.md): This guide will get you all set up and ready to use the Underdog API. We'll cover how to get started using one of our API clients and how to make your first API request.
- [Guides](https://docs.underdogprotocol.com/guides.md)
- [Postman](https://docs.underdogprotocol.com/guides/postman.md): You can use the Underdog API Postman to test your Devnet and Mainnet implementations
- [Endpoints](https://docs.underdogprotocol.com/guides/endpoints.md): The Underdog API supports both Solana Mainnet-Beta and Solana Devnet through its two API endpoints
- [Authentication](https://docs.underdogprotocol.com/guides/authentication.md): You'll need to authenticate your requests to access any of the endpoints in the Underdog API. In this guide, we'll look at how authentication works.
- [Pagination](https://docs.underdogprotocol.com/guides/pagination.md): In this guide, we will look at how to work with paginated responses when querying the Underdog API.
- [Errors](https://docs.underdogprotocol.com/guides/errors.md): In this guide, we will talk about what happens when something goes wrong while you work with the API.
- [Webhooks](https://docs.underdogprotocol.com/guides/webhooks.md): In this guide, we will look at how to register and consume webhooks to integrate your app with Underdog.
- [Architecture](https://docs.underdogprotocol.com/guides/architecture.md)
- [Projects](https://docs.underdogprotocol.com/resources/projects.md): Projects are the containers for NFTs shared with you, your community, and your product.
- [Transferable Projects](https://docs.underdogprotocol.com/resources/projects/transferable-projects.md)
- [Non-Transferable Projects](https://docs.underdogprotocol.com/resources/projects/non-transferable-projects.md): Non-Transferable Projects allow you to mint Non-Transferable NFTs that can be claimed by your community, product users, or customers
- [NFTs](https://docs.underdogprotocol.com/resources/projects/nfts.md): NFTs are a core part of Underdog — the very reason Underdog exists is so you can seamlessly integrate NFTs with your own products.
- [List all NFTs](https://docs.underdogprotocol.com/resources/projects/nfts/list-all-nfts.md)
- [Search NFTs](https://docs.underdogprotocol.com/resources/projects/nfts/search-nfts.md)
- [Create an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/create-an-nft.md)
- [Retrieve an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/retrieve-an-nft.md)
- [Update an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/update-an-nft.md)
- [Generate Claim Link](https://docs.underdogprotocol.com/resources/projects/nfts/generate-claim-link.md)
- [Revoke an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/revoke-an-nft.md)
- [Burn an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/burn-an-nft.md)
- [Methods](https://docs.underdogprotocol.com/resources/projects/methods.md)
- [List all Projects](https://docs.underdogprotocol.com/resources/projects/methods/list-all-projects.md)
- [Create a Project](https://docs.underdogprotocol.com/resources/projects/methods/create-a-project.md)
- [Retrieve a Project](https://docs.underdogprotocol.com/resources/projects/methods/retrieve-a-project.md)
- [Update a Project](https://docs.underdogprotocol.com/resources/projects/methods/update-a-project.md)
- [Retrieve Project Stats](https://docs.underdogprotocol.com/resources/projects/methods/retrieve-project-stats.md)
- [NFTs](https://docs.underdogprotocol.com/resources/nfts.md)
- [Retrieve an NFT](https://docs.underdogprotocol.com/resources/nfts/retrieve-an-nft.md)
- [Generate Claim Transaction](https://docs.underdogprotocol.com/resources/nfts/generate-claim-transaction.md)
- [Orgs](https://docs.underdogprotocol.com/resources/orgs.md)
- [List all Orgs](https://docs.underdogprotocol.com/resources/orgs/list-all-orgs.md)
- [Transactions](https://docs.underdogprotocol.com/resources/transactions.md): Transactions are how you keep track of on-chain actions on Underdog.
- [List all Transactions](https://docs.underdogprotocol.com/resources/transactions/list-all-transactions.md)
- [Retrieve a Transaction](https://docs.underdogprotocol.com/resources/transactions/retrieve-a-transaction.md)
- [Webhooks](https://docs.underdogprotocol.com/resources/webhooks.md): Webhooks are how you react in real-time to on-chain Transactions on Underdog.
- [List all Webhooks](https://docs.underdogprotocol.com/resources/webhooks/list-all-webhooks.md)
- [Create a Webhook](https://docs.underdogprotocol.com/resources/webhooks/create-a-webhook.md)
- [Delete a Webhook](https://docs.underdogprotocol.com/resources/webhooks/delete-a-webhook.md)
- [V1](https://docs.underdogprotocol.com/resources/v1.md)
- [Collections](https://docs.underdogprotocol.com/resources/v1/collections.md): Collections are the containers for NFTs shared with you, your community, and your product.
- [List all Collections](https://docs.underdogprotocol.com/resources/v1/collections/list-all-collections.md)
- [Create a Collection](https://docs.underdogprotocol.com/resources/v1/collections/create-a-collection.md)
- [Retrieve a Collection](https://docs.underdogprotocol.com/resources/v1/collections/retrieve-a-collection.md)
- [NFTs](https://docs.underdogprotocol.com/resources/v1/nfts.md): NFTs are a core part of Underdog — the very reason Underdog exists is so you can seamlessly manage NFTs with your own products.
- [List all NFTs](https://docs.underdogprotocol.com/resources/v1/nfts/list-all-nfts.md)
- [Create an NFT](https://docs.underdogprotocol.com/resources/v1/nfts/create-an-nft.md)
- [Retrieve an NFT](https://docs.underdogprotocol.com/resources/v1/nfts/retrieve-an-nft.md)
- [Update an NFT](https://docs.underdogprotocol.com/resources/v1/nfts/update-an-nft.md)
- [Managed NFTs](https://docs.underdogprotocol.com/resources/v1/managed-nfts.md): Managed NFTs allow you to mint NFTs in a token manager so you have
- [Claim](https://docs.underdogprotocol.com/resources/v1/managed-nfts/claim.md)
- [Revoke](https://docs.underdogprotocol.com/resources/v1/managed-nfts/revoke.md)
- [Zapier Integrations](https://docs.underdogprotocol.com/examples/zapier-integrations.md)
- [Zapier + Viral Loops](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-viral-loops.md): How to Integrate Viral Loops with Underdog Protocol Using Zapier
- [Zapier + Github + OpenAI](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-github-+-openai.md)
- [Zapier + Github](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-github.md): How to Integrate GitHub with Underdog Protocol Using Zapier
- [Zapier + Mailchimp](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-mailchimp.md): How to Integrate Mailchimp with Underdog Protocol Using Zapier
- [Zapier + Shopify](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-shopify.md): How to Integrate Shopify with Underdog Protocol Using Zapier
- [Zapier + Calendly](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-calendly.md)
- [Zapier + Hubspot](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-hubspot.md)
- [Zapier + Typeform](https://docs.underdogprotocol.com/examples/zapier-integrations/zapier-+-typeform.md)
- [Underdog with Airtable](https://docs.underdogprotocol.com/examples/underdog-with-airtable.md): Learn how to add Underdog to your Airtable Automations to manage your community with dynamic NFTs
- [Create a Project](https://docs.underdogprotocol.com/examples/underdog-with-airtable/create-a-project.md)
- [Create NFT on Form Submission](https://docs.underdogprotocol.com/examples/underdog-with-airtable/create-nft-on-form-submission.md)
- [Send a Claim Link](https://docs.underdogprotocol.com/examples/underdog-with-airtable/send-a-claim-link.md)
- [Updating NFTs](https://docs.underdogprotocol.com/examples/underdog-with-airtable/updating-nfts.md)
- [Web3 Blog](https://docs.underdogprotocol.com/examples/web3-blog.md): Create a web3 blog where your readers can collect blog posts as NFTs
- [Mint NFTs on iPhone](https://docs.underdogprotocol.com/examples/mint-nfts-on-iphone.md): How to use the Underdog API to mint your iPhone photos as an NFT
- [Solana Mobile](https://docs.underdogprotocol.com/use-cases/solana-mobile.md)
- [Parcl](https://docs.underdogprotocol.com/use-cases/parcl.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.underdogprotocol.com/api-documentation.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
