Get Media

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.zerionsoftware.com/doc/iformbuilder-v60/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "iFormBuilder V60 MCP server": {
    "url": "https://apidocs.zerionsoftware.com/doc/iformbuilder-v60/mcp"
  }
}

Close
GET /profiles/{profile_id}/media?URL={media_url}

Responses

  • 200

    OK

GET /profiles/{profile_id}/media?URL={media_url}
curl \
 --request GET 'https://servername.iformbuilder.com/exzact/api/v60/profiles/{profile_id}/media?URL={media_url}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"