Update Extractor
Extractors
Update Extractor
Update an extractor name or slug.
Update Extractor
Update the name or slug of an existing extractor. This endpoint only modifies metadata — to update the extraction logic, use the Extractor Builder in the Doctly dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.doctly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Some extractors installed from the catalog cannot be modified.
Request
Headers
Bearer token authentication. Example:
Bearer YOUR_API_KEYMust be
application/jsonPath Parameters
The unique identifier (UUID) of the extractor to update
Body Parameters
New display name for the extractor (max 255 characters)
New URL-friendly identifier (3-100 characters, must be unique within your account)
Example Request
Response
Returns the updated extractor object.Example Responses
Slug Requirements
Theslug must:
- Be 3-100 characters long
- Be unique within your account
- Be URL-friendly (lowercase letters, numbers, and hyphens recommended)
Authorizations
API key authentication using Bearer token
Path Parameters
Extractor ID

