Organizations
Organizations are designed to group related AI projects together.
Get an API key
Before you can make requests to the Diffute API, you will need to create an API key. Create an org and a project, and then generate an API key by following the "Create API Key" link.
Making requests to Organization resources
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: