Stable Diffusion Quickstart

This guide will get you all set up and ready to use the Diffute API. We'll cover how to make your first API request.

Get an API key

Making your first API request

After creating an organization and an API key, you are ready to make your first call to the Diffute API. Below, you can see how to send a GET request to the organizations endpoint to get information on a specific organization_id.

GET
/v1/organization/<organization_id>
curl --request GET \
  --url https://api.diffute.com/v1/organization/<organization_id> \
  --header 'x-api-key: long-api-key/default'

What's next?

Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy as you venture further into the Diffute API: