Simbrief API - "blind" generation?

Hello,
I’m wondering if there is a way to send a request to generate a flight without opening the “SBworker” window. As I understand it from looking at the demo code, the SBworker window is opened to display the generation progress graphic and then an OFP ID is returned which is then requested using a second call to the API. with a lot of URL payload passed back and forth between browser windows.

Would it be possible to use a more modern structure where the request is sent (still using the GET structure if necessary) using an async fetch and waiting for the OPF ID to be returned?

Thank you.

Hi, currently this isn’t possible with the API unfortunately . The pop-up window also validates the user’s login and/or asks them to log in if not already.

The eventual next version of the API will use more modern methods, but I don’t have an ETA on when this might be publicly available yet.

Best regards,