
Getting Started Guide
How to Use Apidog
A practical guide to get you up and running with Apidog. Written by Delv Editorial, Delv Team.
Getting started with Apidog
In this guide, you'll learn how to set up Apidog and create your first API project. By the end, you'll be able to design, test, and document APIs efficiently using this all-in-one platform.Step 1: Sign up and set up
- Go to the Apidog website.
- Click on the "Sign Up" button in the top right corner.
- Fill in your email and create a password, or sign up using your Google or GitHub account.
- Confirm your email address if prompted.
- Once logged in, you’ll be directed to the dashboard where you can start your first project.
Step 2: Your first API project
- From the dashboard, click on the "New Project" button.
- Enter a name and description for your API project.
- Click "Create" to open the API design interface.
- Use the left sidebar to define your API endpoints. Click the "Add Endpoint" button to create a new one.
- Fill in the details for your endpoint, including the method (GET, POST, etc.), URL path, and any parameters or request bodies needed.
- Click "Save" to store your endpoint configuration.
Step 3: Get better results
- Use the "Testing" tab to run tests on your API endpoints. Click on the endpoint you want to test, then select "Test" from the options.
- Input any required parameters and click the "Send" button to see the response.
- For documentation, navigate to the "Documentation" tab. Apidog automatically generates documentation based on your API design. Review and edit as necessary.
- Use the "Import" feature to bring in existing API specifications (like OpenAPI) to save time on setup.