{% extends "base.html" %} {% block title %}getapi — API Credential Setup Guides{% endblock %} {% block description %}Step-by-step guides for setting up API credentials for {{ providers | length }} popular services. Stop Googling — just run getapi.{% endblock %} {% block canonical %}https://m2de.github.io/getapi{% endblock %} {% block og_title %}getapi — API Credential Setup Guides{% endblock %} {% block og_description %}Step-by-step guides for setting up API credentials for {{ providers | length }} popular services.{% endblock %} {% block head %} {% endblock %} {% block content %}

Stop Googling API setup docs

Step-by-step interactive guides for setting up API credentials. Browse the guides below, or install the CLI and follow along in your terminal.

brew install m2de/tap/getapi
cargo install getapi
npx getapi-cli list
{% for cat in categories %} {% endfor %}
{% for p in providers %}
{{ p.display_name }}
{{ p.description }}
{% for c in p.category %} {{ c }} {% endfor %}
{{ p.outputs | length }} credential{{ "s" if p.outputs | length != 1 }} ~{{ p.estimated_time }}
{% endfor %}
No providers match your search.
{% endblock %} {% block scripts %} {% endblock %}