Initialise an API using OpenAPI or RAML?

Is it possible to initialise more complex APIs by using an OpenAPI document or RAML doc?

The API in question is themoviedatabase.org, which is generally a breeze to work with, with the exception of one API call which fetches which streaming services.
https://api.stoplight.io/v1/versions/9WaNJfGpnnQ76opqe/export/oas.json

I’m going to try and initialise this part of the API using the example response in the above OpenAPI JSON, but I wanted to ask if OpenAPI or RAML is something that can be used in a less hacky way with Bubble? I couldn’t find anyone else on the forum asking about these specifications for bubble so I wanted to throw it out there and see if maybe there’s a more robust way to utilise OpenAPI or RAML.

Thanks guys :slight_smile:

1 Like

looking for the same answer