Get Default Project Config
GET/external/v1/documents/default-config
Returns the default upload configuration for the project resolved from the API key (default project for user/org keys, or the fixed project for a project key).
This config is applied by POST /external/v1/documents/upload when no config is sent in the body. You can also use it as a template when building a custom config override.
Responses
- 200
- 401
- 403
Default upload configuration
Missing or invalid API key / credentials.
Often an empty body. Some auth failures return application/problem+json
with type, title, status, and detail (no instance or problemCode).
Access denied