Class AsyncEditSchemasClient


  • public class AsyncEditSchemasClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncEditSchemasClient

        public AsyncEditSchemasClient​(ClientOptions clientOptions)
    • Method Detail

      • generate

        public java.util.concurrent.CompletableFuture<EditSchemaGenerationResponse> generate​(EditSchemasGenerateRequest request)
        Deprecated: Use POST /detect_form for synchronous form detection or POST /form_detection_runs for asynchronous processing.

        Detect fields in a PDF form and synchronously return an edit schema payload.

        Use this endpoint when you want Extend to bootstrap an EditRootJSON schema from an existing form, optionally mapping an existing schema onto the detected fields.

        This endpoint returns the generated schema directly. There are no schema generation run resources to poll or delete.

        For more details, see the Detect Form guide and the Edit File guide.

      • generate

        public java.util.concurrent.CompletableFuture<EditSchemaGenerationResponse> generate​(EditSchemasGenerateRequest request,
                                                                                             RequestOptions requestOptions)
        Deprecated: Use POST /detect_form for synchronous form detection or POST /form_detection_runs for asynchronous processing.

        Detect fields in a PDF form and synchronously return an edit schema payload.

        Use this endpoint when you want Extend to bootstrap an EditRootJSON schema from an existing form, optionally mapping an existing schema onto the detected fields.

        This endpoint returns the generated schema directly. There are no schema generation run resources to poll or delete.

        For more details, see the Detect Form guide and the Edit File guide.