GET/spaces/api/v1/iframely.json

returns rich media for a url from the iframely.com service

Body Params

    • Name
      iframely
      Type
      object
      Description
      IframelyArgs is the arguments struct required for iframely service requests

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
    • Code
      500
      Type
      object
      Schema
      Description
      500 Internal Server Error

    Examples

    200 OK

    IframelyResponse
    {
      "iframely": {
        "html": "string"
      }
    }