> For the complete documentation index, see [llms.txt](https://docs.hatchapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hatchapps.com/api-builder/getting-started/test-your-api.md).

# Test your API

After the deployment has completed, you'll see a modal with useful commands to test your API. For the following commands, replace `your api path` and `your api key` with your API path and the API key.&#x20;

Create a new post:

&#x20;`curl -H "Content-Type: application/json" \`\
`-H "API-TOKEN: your api key" \`\
`-d "{ \"Property\": \"value\"}" \`\
`https://console.hatchapps.com/api/your_api_path/endpoint`\
&#x20;

Here's an example:

&#x20;`curl -H "Content-Type: application/json" \`\
`-H "API-TOKEN: 26818869033657110" \`\
`-d "{ \"name\": \"testname\"}" \`\
`https://console.hatchapps.com/api/hatchappsapi/posts`\
&#x20;

We also provide a no-code way to test your API with our API Tester.&#x20;

That's it! You have successfully built and deployed your first API with Hatch Apps API Builder and created your first object.

<figure><img src="/files/V5qGQJ9PqNaHGhj1cS3P" alt=""><figcaption></figcaption></figure>
