Try adfapi.dev for free

Atlassian Document Format API Blog

Try adfapi.dev for free

Blog Single
5 min read

As part of our launch, we’d like to offere everyone the opportunity to try out adfapi.dev for free.

Try it on Your Browser

You can now try out the API yourself by going to our Try It page. Enter your html in the text box, press submit, and you’ll be able to see your document converted to the Atlassian Document Format for free.

Try the API directly

If you are a developer, you can try our API directly. Here is an example using curl:

curl -X 'POST' 'https://api.adfapi.dev/api/Html' -H 'accept: text/plain' -H 'Content-Type: text/html' -d '<p>hello world</p>'

Let us know if you like it or if there’s anything we can do to make it better by emailing us at info@adfapi.dev.