DocuTray

createStep

Create a step

POST/api/steps

Create a step in the API key's organization.

Requires the owner or admin organization role; a member receives 403.

Every code in identification.types must be a document type the organization can access (its own or a published public one), otherwise the request fails with 400 and nothing is created.

The internal processing configuration (conversion options, result caching, RAG configs, AI model) is managed by Docutray and cannot be set through this API.

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Bearer token for API authentication

In: header

Request Body

application/json

Response Body

application/json