Raw upload service, mainly for XHR based requests or requests from non-browser clients
The 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.
More
api/service/upload
Freebase API service
Accessible via:
- /api/service/upload
Permits HTTP GET:
- No
Extra arguments ignored:
- Yes
Response type:
Similar topics in Freebase
-
api/account/logout
End user's authenticated session -
api/service/mqlwrite
The mqlwrite service is used to perform insertions, deletions, and updates to Freebase data. Unlike mqlread, the programmatic use of mqlwrite requires authentication. If you are writing Acre scripts, then you should use the convenient function acre.freebase.mqlwrite instead of issuing HTTP requests... -
api/service/touch
Resets the mwLastWriteTime cookie to the current time. This ensures that any requests from the time you use this service gets you the latest data instead of possibly stale cached data. Freebase.com uses the mwLastWriteTime cookie to optimize query responses; it guarantees that any... -
api/service/delete_private_domain
Deletes an empty private domain for the user in the /user/username namespace OR in the case of an utf-8 domain name -
api/service/mqlread
The mqlread service is used to perform read-only queries on Freebase data. MQL queries must be wrapped in an envelope consisting of two JSON objects before being sent to mqlread. This is explained in detail in section 4.2.4 of the The MQL Reference Guide. If you are writing Acre... -
api/service/create_private_domain
If the display name is not provided the domain_key is used as the display name. The domain key can be a maximum of 4k characters in length It can be composed of any valid utf8 character, with the exception that if the ascii encoding value is less than 128, only alphabets (both cases), numbers,...