Back to Top

Response Formats: Relation Extraction

Response Formats: Relation Extraction

AlchemyAPI is capable of returning extracted Subject-Action-Object relations meta-data in a variety of different formats, including XML, JSON, and RDF. More information on each of the supported response formats is provided below:

XML The default response format.

XML output can be forced using the API parameter:

    outputMode=xml

JSON JSON makes it easy to integrate meta-data extraction into Javascript and your favorite web applications.

JSON output can be forced using the API parameter:

    outputMode=json

RDF RDF enables easy integration of AlchemyAPI output into Semantic Web applications, RDF tuple-stores, and more.

RDF output can be forced using the API parameter:

    outputMode=rdf

For more information on RDF support, see our RDF Schema