Projects
Projects are used within an organization to group related AI jobs.
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.
Create a Project resource
PUT
/v1/project/<organization_id>curl --request PUT \
--url https://api.diffute.com/v1/project/<organization_id> \
--header 'Content-Type: application/json' \
--header 'x-api-key: long-api-key/default' \
--data '{"project" : "Indian Artists"}'