Documentation Index
Fetch the complete documentation index at: https://docs.enigma-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Create API Resource
Endpoint:POST /api/v1/resource
Purpose: Allows clients to create a new resource in the Enigma AI platform.
Request Body (JSON):
201 Created– Resource successfully created.- Body:
400 Bad Request– Validation failed.401 Unauthorized– Missing or invalid API key.409 Conflict– Resource with the same name already exists.
Authorization: Bearer <token> header.
Permissions: Requires resource:create scope.