Freebase API service
|
Items 1 - 12 (of 12 total in Freebase)
|
Sort by
|
-
Freebase API service, Freebase Documentation, Freebase documentation tagThe mqlread service is used to perform read-only queries on Freebase data.It is required that you supply one of:query : a single MQL query queries : a list of MQL queries
-
Freebase API service, Freebase documentation tagExecute a MQL write query and return the results to client.As with mqlread, one or the other of query/queries is required.
-
Freebase API service, Freebase DocumentationProvides basic text search service, based on a query string and some optional constraints. query:the string to do a search for prefix:a prefix to do an auto-complete on (may be incomplete) type: type(s) of items to match for strict: how to match the type(s) ? ...
-
Freebase API service, Freebase Documentation, Freebase documentation tagThe service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case may be. Sample response:
-
Freebase API service, Freebase DocumentationGets the raw blob via CDB.The response type will be the same as the content-type or media type of the content object being requested.
-
Freebase API service, Freebase DocumentationGets a blurbified version of blobs via CDB.The response format will be the same as the content-type or media type of the content object being requested.This service will only work on blobs whose content-type and/or media-type is of the form text/.... In all other cases...
-
Freebase API service, Freebase DocumentationThumbnails an image to the requested size.Response type depends on the type of the image being thumbnailed. Eg. if it's a JPG it will be image/jpeg. The thumbnailing rules are: The aspect ratio of the source image is always preserved. Images are never upscaled (it...
-
Freebase API service, Freebase DocumentationLogs in a user into the system by validating username and password against the auth database.Sample response: { "status":"200 OK", "code":"/api/status/ok", "messages": [{ "username": "$username$", "message": "Login succeeded", "code":"/api...
-
Freebase API service, Freebase DocumentationEnd user's authenticated session.Sample response: { "status": "200 OK", "code": "/api/status/ok", "messages": [{ "message": "Logout succeeded", "code":"/api/status/ok/account/logout" }] }
-
Freebase API serviceReturns the current version of Metaweb software. Example response: gd/dev/46:39831 me/dev/101:40836 client/dev/59:40822 Each line indicates the precise version of one component of the Freebase system. The precise list of components is likely to change over...
-
Freebase API serviceA REST API to handle the reconciliation problem, summed up as "Tell me which freebase topic, if any, some data corresponds to."The reconciliation service exists to help with the importing and interfacing of larger data sources with Freebase. The first...
-
Freebase Documentation, Freebase API serviceA simple test of the current Freebase server. This is primarily used for operational testing and validation and should not generally be used by client software.

